搜索

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

61.使用SCWS的libscws C源码,测试分词不成功

发布时间:2014-01-02 18:01 t By banderuilq

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

62.RE: small50,big161这种词汇搜索不到

发布时间:2013-06-18 11:06 t By hightman

...内部切词法再次切割。 简单解决可以将这类词,添加到 etc/rules.utf8.ini 中的 [specials] 中作为特殊词,如果词量比较大和不确定,那先用 XSSearch::addQueryTerm 来构造搜索语句。 或者等下一个版本,考虑给 xapian 打个补丁,对于某些...

63.帮忙看下安装的问题

更新时间:2011-11-07 00:11 t By zxing

.../local/xunsearch-full-1.0.1/xunsearch-1.0.1' test -z "/usr/local/xunsearch/etc" || /bin/mkdir -p "/usr/local/xunsearch/etc" /usr/bin/install -c -m 644 'etc/stopwords.txt' '/usr/local/xunsearch/etc/stopwords.txt' /usr/bin/install -c -m 644 'etc/py.xdb' '/usr/local/xunsearch/etc/py.xdb' make[2]: Not...

64.SCWS 能否添加 “中文+英文”和“中文+数字”自定义词

更新时间:2012-08-27 20:08 t By xiaofeng

...txt 里添加了自定义词,系统不能提取到上面2个词 2、在 /etc/rules.utf8.ini里添加专业的词,我在 [special] 下添加了上述2个词,结果还是没能提取到 麻烦了,在此先行谢过了!

65.RE: SCWS 能否添加 “中文+英文”和“中文+数字”自定义词

发布时间:2012-08-30 20:08 t By xiaofeng

...况会很多,请问下:“最多只支持2位” 这种限制是在 /etc/rules.utf8.ini 中定义的,还是在源码里处理的? 如果要修改,使其支持更大长度的分词,该从哪里入手呢? 麻烦了!

66.RE: xunsearch-1.4.5 (基于 xapian 和 scws开源中文搜索引擎,高扛压不死锁)

发布时间:2013-03-27 12:03 t By hightman

你这个词典是在 etc/dict_user.txt 还是项目目录下的 data/app/dict_user.txt ? 如果是后者需要升级到 1.4.6-dev 才支持,前者必须在改词典后重启 xs-searchd

67.scws1.1.7 安装失败

更新时间:2011-05-21 11:05 t By iranw

...1.1.7/bin/scws -h #两外我将字典文件放入了 /usr/local/scws-1.1.7/etc 下面 /opt/php-5.2.17/bin/phpize #说明:我的php安装在/opt/php-5.2.17/ 另外执行此命令的目录是scws的目录 [img]http://www.383k.com/images/iiran.jpg[/img] 请帮我看下吧 原来弄1.1.6就没...

68.安装出错,求助 failed to compile scws

发布时间:2013-03-22 11:03 t By hswddan

...ng Makefile config.status: creating cli/Makefile config.status: creating etc/Makefile config.status: creating libscws/Makefile config.status: creating libscws/version.h config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.sta...

69.单个字母或单个字就截掉不出现了?

发布时间:2014-01-09 08:01 t By gardennet

...set('utf-8'); $cws->set_dict('dict.utf8.xdb'); $cws->set_rule('pscws4/etc/rules.utf8.ini'); $cws->send_text($title); $words = $cws->get_tops(10); $cws->close(); $tags = array(); foreach ($words as $val) { $tags[] = $val['word']; } return implode(',', $tags); } print_r...

70.php_scws.dll加载问题.help~

更新时间:2010-11-24 17:11 t By 7color

... = php_scws.dll scws.default.charset = gbk scws.default.fpath = "D:\Zend\etc\scws" [/php] phpinfo();中Loaded Configuration File 的php.ini位置与当前修改的是一致的, php_scws.dll解压至extension_dir/目录. 可是依旧提示:Fatal error: Call to undefined function scws_new() ...

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