[quote='hightman' pid='3753' dateline='1364707096'] phpize 后先 configure [/quote] 我有configure的。configure时也报了不少错。最后的错误提示是“configure: WARNING: unrecognized options: --with-scws” 我把configure全过程发图给您(见图stoned2.jpg)。 ----- ...
...scws模块。 在论坛上也找到与我一样的错误。 http://www.hightman.cn/bbs/showthread.php?tid=3295 运行出错 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' required = '',disallowed =...
这个目录SCWS是按分开处理的, 主要是考虑了搜索实用性, 呵呵. 如果你要它连在一起, 得修改一下代码, 修改 libscws/scws.c 然后重新编译 [code] *** scws.c Sun May 9 01:16:11 2010 --- scws.c.condj Thu Jun 24 11:00:20 2010 *************** *** 326,342 **** ...
[quote='hightman' pid='26' dateline='1316505043'] 你最好贴出完整的调用命令,从提示看应该是你指定的 文件打不开。 [/quote] 这是我的做测试的时候用的命令 [root@server67 php]# ps auxw | grep xs root 15274 0.0 0.0 4096 668 pts/0 S+ 16:09 ...
; ; auto regular ; $Id: rules.ini,v 1.3 2007/06/07 08:37:07 hightman Exp $ ; ; special word, 特殊词汇 ; [special] C++ .NET C# R&B S.H.E P&B ; ; nostats ; [nostats] about all also an and any are as at be but by both can for from have here if in is it no ...
...了 libscws 相关代码。 注:更多消息请访问 [url=http://www.hightman.cn/]http://www.hightman.cn[/url] [b][size=4][color=#154ba0]需求[/color][/size][/b] 本扩展直接内部绑定了 libscws 源代码,不需要安装任何其它扩展。 [b][size=4][color=#154ba0]安装[/...
hightman您好: 我大致用README中提供的例子对 "我是一名中国的程序员"这句话,进行分词, 代码如下: [php] #include #include #include #include int main(int argc, char *argv[]) { scws_t s; scws_res_t res, cur; char *text;// = "...
[quote='hightman' pid='167' dateline='1320646561'] 你检查一下 /usr/include/pthread.h 是否存在? 搜索一下里面有没有 pthread_rwlock_init 还有,用 gcc -v 看一下版本 [/quote] [hr/] 存在这个文件 有 pthread_rwlock_init extern int pthread_rwlock_init (pthr...
[quote='tisswb' pid='27' dateline='1316506464'] [quote='hightman' pid='26' dateline='1316505043'] 你最好贴出完整的调用命令,从提示看应该是你指定的 文件打不开。 [/quote] 这是我的做测试的时候用的命令 [root@server67 php]# ps auxw | grep xs root 15...
...free(s->r); s->r = scws_rule_new(fpath, s->mblen); }[/code] 建议 hightman 修改一下以上两个函数,增加一下判断即可。或者 提交到 google code 的svn上,大家来修改维护这个中文分词项目。