搜索

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

1.scws_get_tops函数的第二个参数无效

发布时间:2012-04-01 16:04 t By emo

PHP5.3.8 SCWS-1.2.0 scws_get_tops 函数的第二个参数无效! demo: scws_get_tops($sh, 5); //输出后仍然是9个关键词。

2.get_tops 不能限制统计个数

发布时间:2012-03-05 17:03 t By 521vicky20

get_tops 这个不管传入的limit是多少,总是提取前10个关键字,演示中的例子也是这个样子,请修正一下。

3.php5.3.3 scws_get_result有警告,并得不到分析结果,麻烦看一下

发布时间:2010-11-30 13:11 t By starjiang

php5.3.3 scws_get_result有警告,并得不到分析结果,麻烦看一下 $res = scws_get_result($cws) Warning: scws_get_result() expects exactly 2 parameters, 1 given in /data/web/htdocs/scws.php on line 54 我这样用就OK,并且有结果返回 $res = scws_get_result($cws,null)

4.知道主键值,能不能直接get出来

发布时间:2014-03-14 09:03 t By kooky

类似k-v的方式 既然主键唯一,能不能直接get出来 用search虽然也可以出来,但是不确定效率是否ok $search = $xs->search; $query =""; $search->setQuery($query); $search->addRange('pid',52382920,52382920); //$search->setSort('dateline'); $docs = $search->sea...

5.Linux C API scws_get_tops的调用方法

发布时间:2011-07-30 02:07 t By lankelan

请高人演示Linux下scws_get_tops的调用方法。 谢谢。 搜索了整个论坛。没有找到结果。

6.RE: 知道主键值,能不能直接get出来

发布时间:2014-03-20 15:03 t By kooky

OK,谢谢

7.RE: get_tops 不能限制统计个数

更新时间:2012-03-06 10:03 t By hightman

if (limit

8.RE: 知道主键值,能不能直接get出来

发布时间:2014-03-17 10:03 t By hightman

$search->setQuery('pid:523 OR pid:524')->search();

9.求解释TF/IDF计算器中get_tfidf的算法

发布时间:2013-10-30 11:10 t By jjyang

function get_tfidf($word, $count) { if ($count < 1000) $count = 21000 - $count * 18; $tf = log($count); $tf = pow($tf, 5) * log(strlen($word)); $tf = log($tf); $idf = log(5000000000/$count); //if ($tf > 13) $idf *= 1.4; return array($...

10.求解释TF/IDF计算器中get_tfidf的算法

发布时间:2013-10-30 11:10 t By jjyang

function get_tfidf($word, $count) { if ($count < 1000) $count = 21000 - $count * 18; $tf = log($count); $tf = pow($tf, 5) * log(strlen($word)); $tf = log($tf); $idf = log(5000000000/$count); //if ($tf > 13) $idf *= 1.4; return array($...

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