...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....
... 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...
...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...