搜索

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

51.重启xunsearch

更新时间:2012-03-27 10:03 t By bigxu

... fi try_url=$1 inc_str=$2 ctl_path=$3 res_log=$4 echo $res_log get_check_per () { content=$( wget $try_url -q -O - ) > /dev/null 2>&1 # some cloud host could not use curl, wget .... #content=$(curl -L $try_url) > /dev/null 2>&1 # some cloud host could not use curl, wget .... ...

52.RE: 关于XS:getExpandedQuery() 方法,获取展开的搜索词列表

发布时间:2011-12-06 17:12 t By popfeng

我实现了, $uid = $_GET['uid']; $tag = $_GET['tag']; $xs = new XS('demo'); $search = $xs->search; $search->setCharset('UTF-8'); $search->setQuery('uid:' . $uid); $docs = $search->search(); $terms = $search->getExpandedQuery...

53.XSDatabaseMySQL

...n connect($param){ $host = isset($param['host']) ? $param['host'] : ini_get('mysql.default_host'); $host .= (isset($param['port']) && $param['port'] != 3306) ? ':' . $param['port'] : ''; $user = isset($param['user']) ? $param['user'] : ini_get('mysql.default_user'); $pass = isset($param[...

54.XSTokenizerScws::getResult

getResult() 方法 public array getResult(string $text) $text string 待分词的文本 {return} array 返回词汇数组, 每个词汇是包含 [off:词在文本中的位置,attr:词性,word:词] 源码: sdk/php/lib/XSTokenizer.class.php#L339 (显示) public function get...

55.RE: 1.1.2的 自定义字典无法使用

发布时间:2010-05-25 12:05 t By 逆雪寒

...一直不正确)。。。 我猜到原因所在了,你提交的是GET方法,FF自动在URL中显示汉字,所以可能导致传输编码出现问题。。。 [/quote] 也不多。我我现在这样: $so->send_text("固定的测试"); 我不通过 get 传递了 直接固定这...

56.RE: 第四版遇到()和中英文混合分詞的問題。

更新时间:2009-06-16 00:06 t By JamesKG

...='1244985795'] 楼上你的情况是因为你对API使用不正确, scws_get_result 应该循环调用 while ($words = scws_get_result($sh)) { foreach ($words as $word) { print_r($word); } } 此外, 繁体词库很不完善, 缺词太多而且有一些词也不正确 [/qu...

57.limit 参数好象没有效果。

发布时间:2011-01-28 18:01 t By whjtoby

...et_dict 和 set_rule 系统会自动试调用 ini"); $list = $scws->get_tops(3); settype($list, 'array'); foreach ($list as $tmp) { echo $tmp['word'].""; } $scws->close(); $sh = scws_open(); scws_set_charset($sh, 'utf8'); $text = "我是一个中国人,...

58.RE: [2011] SCWS-1.1.8 发布,提供VC9的php_scws.dll、支持自定义词库

发布时间:2011-10-13 10:10 t By 2012xiaomeng

get_tops方法获取内容为空数组,get_result却能获得相关内容是怎么回事啊???求助

59.XSTokenizerScws::getTops

getTops() 方法 public array getTops(string $text, string $limit=10, $xattr='') $text string 待分词的文本 $limit string 在返回结果的词性过滤, 多个词性之间用逗号分隔, 以~开头取反 如: 设为 n,v 表示只返回名词和动词; 设为 ~n,v 则...

60.RE: 添加自定义词库的问题

发布时间:2011-06-09 16:06 t By itlong

...d_text('广州建筑工程监理有限公司中山分公司'); $sk = $so->get_result(); 结果是:广州建筑工程监理有限公司 中山 分公司 $so = scws_new(); $so->add_dict('new.txt', SCWS_XDICT_TXT); $so->send_text('广州建筑工程监理有限公司中山分公司'); $sk =...

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