...art Starting XAMPP for Linux 1.7.7... XAMPP: Starting Apache with SSL (and PHP5)... XAMPP: Starting MySQL... XAMPP: Starting ProFTPD... XAMPP for Linux started. [root@sm xunsearch]# ./bin/xs-ctl.sh restart INFO: stopping server[xs-indexd] (BIND:127.0.0.1:8383) .... [OK] INFO: re-starting server[xs-i...
... 0 [attr] => @ ) 词库文件是UTF8编码的,已经分别试过使用PHP版词库工具以及scws-gen-dict来生成词库,但是结果都一样。 有什么可能的原因吗? 谢谢 [hr] 我使用的代码如下, dict.utf8.xdb是我自己的词库 //实例化分词插件核心...
...久会更新一次词库? 最后,我对github上提供的 get_tfidf.php 中get_count函数做了一下更新,其中corpusUrl依然使用的baidu,如下: // 获取语料库中包含该词的文档数 function get_count( $corpusUrl, $word) { $url = $corpusUrl . urlencode($word)...
...久会更新一次词库? 最后,我对github上提供的 get_tfidf.php 中get_count函数做了一下更新,其中corpusUrl依然使用的baidu,如下: // 获取语料库中包含该词的文档数 function get_count( $corpusUrl, $word) { $url = $corpusUrl . urlencode($word)...
...再调用 [XSSearch::getFacets] 方法可取回分面搜索结果。 ~~~ [php] // 在搜索时加入分面设置 $docs = $search->setQuery('关键词')->setFacets(array('fid', 'year'))->search(); // 读取分面结果 $fid_counts = $search->getFacets('fid'); // 返回数组,以 fid 为键,匹...
... ./a.out Word: 上海市/ns (IDF = 7.82) [root@namenode-1 scws]# WINDOWS PHP测试结果是 上海市 上海 能这样子正常分开 对了mode的值都试过,没任何变化[hr] 这个不是BUG,看到你源码 #define SCWS_MULTI_NONE 0x00000 // nothing #define SCWS_MULTI_SHORT 0x0100...
... 但使用xunsearch搜索出来的结果 http://www.5ucom.com/so/index.php?q=质量管理+报告&f=subject 使用百度搜索出来的结果 http://www.baidu.com/s?q1=%D6%CA%C1%BF%B9%DC%C0%ED+%B1%A8%B8%E6&q2=&q3=&q4=&rn=10&lm=0&ct=0&ft=&q5=&q6=www.5ucom.com&tn=baiduadv 结果比较,...
...SQL 5.1.30 (源码编译) 按照http://www.hightman.cn/bbs/showthread.php?tid=503的指示 安装了scws-1.0.x到 /usr/local/scws,然后一步步走下来, 重新make了MySQL,plugin下面的scws进行configure正常,但在编译时出了错误,错误信息如下: In file includ...
...分词时,发生堆栈溢出(Stack overflow)错误。但用提供的PHP的DLL就没有问题,不知道是什么原因。 附件是出错的文件。[hr] 为了在C++ Builder下编译成动态链接库,对源码做了以下处理: 1、xtree.c里,对qsort的调用做了以下处理:...
...函数编译选项中加入 -DLIBSCWS_QUIET 时此项不生效。(参见 php 扩展,PHP扩展里就是加入此项) [b]返回值:[/b]无 [b]错误:[/b]无 [b][color=#ff6600]·void scws_send_text(scws_t s, const char *text, int len);[/color][/b] [b]描述:[/b]设定要切分的文本数...