...elease , 该版本稳定可用,而且包含两个文本词典,和转化为 xdb 的工具, 词典编码为 gbk, 将 gbk 转换成 utf8 应该非常简单了, 这里不再细述, 详细情请下载整个软件包以后阅读其中的 README 文件. 最新下载地址: [url=http://www.ftphp.com/scws...
...可以,但分词结果不对,猜测是词库调用的原因,但我把xdb放到php同目录下或者调用/usr/local/scws/etc/下的词库,都得到scws_set_dict(): supplied argument is not a valid scws handler resource。这是我php设置寻址有问题,还是scws_set_dict()调词库需...
... scws_t __declspec(dllexport)scws_fork(scws_t s); /* mode = SCWS_XDICT_XDB | SCWS_XDICT_MEM | SCWS_XDICT_TXT */ int __declspec(dllexport) scws_add_dict(scws_t s, const char *fpath, int mode); int __declspec(dllexport) scws_set_dict(scws_t s, const char *fpath, int mode); void __declspec(dllex...
...ead.php?tid=1265][b]2008, scws-1.0.0 版正式发布, 内含文本词表及xdb转换工具.[/b][/url] [b][color=green]好消息,scws-0.0.1 pre 版发布!![/color][/b][b][color=red] [/color][/b] [url=http://bbs.xunsearch.com/showthread.php?tid=1233][b][color=darkgreen]Libscws C API 使用说明...
...usr/local/xunsearch/etc/stopwords.txt' /usr/bin/install -c -m 644 'etc/py.xdb' '/usr/local/xunsearch/etc/py.xdb' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/local/xunsearch-full-1.0.1/xunsearch-1.0.1' make[1]: Leaving directory `/usr/local/xunsearch-full-1.0....
...x02 // shuying.lee adds it //#define SCWS_SEG_MULTI 0x02 //#define SCWS_XDB_USAGE 0x04 #define SCWS_DEBUG 0x08 @@ -97,6 +98,7 @@ /* set ignore symbol or multi segments */ void scws_set_ignore(scws_t s, int yes); +void scws_use_rule(scws_t s, int yes); void scws_set_multi(scws_t s, int mo...