关于has_word, 不是很明白你的意思, has_word 用于检测当前文本中是否包含这些属性的词。 scws_get_words 是按词性返回分词结果,标点的词应该默认应该是 un 或 # 之类可以自行排除。
... dump的内容是: Loaded symbols for /lib64/ld-linux-x86-64.so.2 #0 scws_get_result (s=0x5020e0) at scws.c:214 214 dst[-1] ^= 0x20; (gdb) bt #0 scws_get_result (s=0x5020e0) at scws.c:214 #1 0x0000000000400b29 in doSeg (arg=0x5020e0) at multithreadscws.cpp:16 #2 0x000...
...ring 要判断的文本 $xattr string 要判断的词性, 参见 getTops 的说明 {return} bool 文本中是否包含指定词性的词汇 源码: sdk/php/lib/XSTokenizer.class.php#L382 (显示) public function hasWord($text, $xattr){ $text = $this->applySetting($text); ...
...便啊,如果写个脚本调用你的[url=http://www.ftphp.com/scws/demo/get_tfidf.php]在线TF/IDF算法工具[/url],恐怕上万条请求你的服务器招架不住啊。。。 老大你的词库更新的好慢啊,2010年十二月距离现在都一年了,何况互联网上每天都有...
目前没有方法,我看只有采集 http://www.ftphp.com/scws/demo/get_tfidf.php 这个地址。 希望可以共享一下
getSynonyms() 方法 (自版本 v1.4.9 起可用) public array getSynonyms(string $term) $term string 要查询同义词的原词 {return} array 同义词记录数组, 不存在同义词则返回空数组 源码: sdk/php/lib/XSSearch.class.php#L187 (显示) public functio...
安装的时候提示: configure: error: zlib.h not found - required for brass, chert and flint (you may need to install the zlib1g-dev or zlib-devel package) 我在执行sudo apt-get install zlib1g-dev后还是不行!怎么办,搞了好久了!:(
...计算器,你可以参看一下效果。 http://www.ftphp.com/scws/demo/get_tfidf.php
...p(318): XSServer->__construct('8383', Object(XS)) #3 lib/XS.php(232): XS->getIndex() #4 Indexer.php(121): XSComponent->__get('index') 请问这个问题该如何解决,谢谢
...me]; } } throw new XSException('Call to undefined method `' . get_class($this) . '::' . $name . '()\'');} 魔术方法 __call 实现以函数调用访问搜索结果元数据, 支持: docid, rank, percent, weight, ccount