Displaying 2 results from an estimated 2 matches for "scws".
Did you mean:
scls
2011 Sep 19
2
New scws patch for xapian-core based on svn trunk
...ake the patch file, based on the trunk codes in SVN respo.
But I can not build the xapian, because there are many errors when building 'languages/' for stemmer. Therefore, I could not test the new patching code.
Patching code can be accessed from:
http://www.xunsearch.com/download/xapian-scws-1.3.x-trunk.patch
Need to install SCWS first as below steps:
1. compile/install the scws library:
http://www.ftphp.com/scws/down/scws-1.1.8.tar.bz2
2. Extracting dictionary files into 'etc/' of scws installed directory
http://www.ftphp.com/scws/down/scws-dict-chs-utf8.tar.bz2
I...
2011 Sep 14
1
Integrated Chinese tokenizer SCWS in xapian-core
Xapian is a very excellent open source search engine library, but there is no native support for Chinese word segmentation in queryparser and termgenerator.
Therefore, I modified small amount of source codes, integrated into the SCWS tokenizer, that is the same open-source and developped by myself.
Anyone can obtain the patch from below URL. After patching, Xapian::QueryParser::parse_query and Xapian::Termgenerator::index_text will support chinese words segmentation directly.
https://github.com/hightman/xunsearch/blob/master...