搜索

大约有 80 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0060秒)

51.scws分词不起作用了

发布时间:2011-12-16 12:12 t By icebolt

[root@IDC-D-1115 etc]# /usr/local/scws/bin/scws -i 我今天看到了一条狗 我 今 天 看 到 了 一 条 狗 +--[scws(scws-cli/1.1.8)]----------+ | TextLen: 18 | | Prepare: 0.0001 (sec) | | Segment: 0.0001 (sec) | +--------------------------------+ ...

52.RE: 安装php扩展 error: Incorrect scws library

发布时间:2013-02-21 11:02 t By hightman

你确定 --with-scws=/usr/local/scws 这个目录下的 lib/目录下是否有 libscws.*** 的文件

53.freebsd7 64位 安装失败

发布时间:2012-03-17 12:03 t By 逆雪寒

...es checking: Command not found. gateway2# checking for scws... yes: /usr/local/xunsearch checking for pread... yes checking: Command not found. checking for scws_new in -lscws... no gateway2# configure: error: scws_new() NOT found in libscws, please check it first. checking for any prototype ...

54.scws_set_multi复式分割无效

更新时间:2011-11-03 17:11 t By xjtdy888

...n"); exit(-1); } scws_set_charset(s, "utf-8"); scws_set_dict(s, "/usr/local/etc/dict.utf8.xdb", SCWS_XDICT_XDB); scws_set_rule(s, "/usr/local/etc/rules.utf8.ini"); scws_set_multi(s , 1); scws_send_text(s, text, strlen(text)); while (res = cur = scws_get_result(s)) { while (cur != NULL...

55.RE: 安装scws-1.1.2 时 php扩展出现问题。

发布时间:2010-08-12 00:08 t By hightman

必须先安装scws主体啊,在安装phpext/之前。 cd scws-1.1.2/ ; ./configure --prefix=/usr/local/scws ; make ; make install 然后再做你的上述步骤!

56.如何修正分词错误

更新时间:2012-01-06 16:01 t By worldwind

...添加: 了 1.0 1.0 e 通过:scws_add_dict(s, "/usr/local/scws/etc/userdict.utf8.xdb", SCWS_XDICT_XDB); 结果还是不对。

57.RE: 求scws在linux下php5.3.*的教程

发布时间:2012-05-10 14:05 t By macnie

...不成功 root@ubuntu:/home/mrfer/scws-1.2.0# ./configure --prefix=/usr/local/scws ; make ; make install checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE...

58.使用自定义词库的时候,部分词会丢失

更新时间:2014-04-18 17:04 t By tianly

...//设置分词所用词典(此处使用utf8的词典) $so->set_dict('/usr/local/scws/etc/dict.utf8.xdb'); //设置分词所用规则 $so->set_rule('/usr/local/scws/etc/rules.utf8.ini'); //分词前去掉标点符号 $so->set_ignore(false); //是否复式分割,如“中国人”返回“中...

59.RE: libscws的问题

发布时间:2009-12-04 10:12 t By hightman

从结果看应该是 scws_set_dict(s, "/usr/local/etc/dict_chs_gbk.xdb", SCWS_XDICT_MEM); 这句话出了问题, 也就是可能词典不正确. 但这个词典目前测试在64位系统下也是可以正常工作的, 检查一下词典的字节数是不是没有下载完整.

60.RE: FreeBSD编译scws提示ld cannot find lscws解决办法

发布时间:2010-10-08 08:10 t By hightman

en这样解决也比较简单可靠,又避免把scws装到/usr/local中去混杂在一起

  • 时间不限
  • 按相关性排序