搜索

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

191.XSTokenizerFull::getTokens

getTokens() 方法 public void getTokens($value, $doc=NULL) $value $doc 源码: sdk/php/lib/XSTokenizer.class.php#L62 (显示) public function getTokens($value, XSDocument $doc = null){ return array($value);}

192.XSTokenizerNone::getTokens

getTokens() 方法 public void getTokens($value, $doc=NULL) $value $doc 源码: sdk/php/lib/XSTokenizer.class.php#L46 (显示) public function getTokens($value, XSDocument $doc = null){ return array();}

193.XSTokenizerXlen::getTokens

...+= $this->arg) { $terms[] = substr($value, $i, $this->arg); } return $terms;}

194.XSTokenizer::getTokens

...值(UTF-8编码) $doc XSDocument 当前相关的索引文档 {return} array 切好的词组成的数组 源码: sdk/php/lib/XSTokenizer.class.php#L33 (显示) public function getTokens($value, XSDocument $doc = null); 执行分词并返回词列表

195.XSFieldScheme::__toString

...is->_fields as $field) { $str .= $field->toConfig() . "\n"; } return $str;} 将对象转换为配置文件字符串

196.XSTokenizerXstep::getTokens

...len($value)) { break; } $i += $this->arg; } return $terms;}

197.XSTokenizerNone

...46 (显示) public function getTokens($value, XSDocument $doc = null){ return array();}

198.自定义词库用不了。非常不解啊。。

发布时间:2011-10-21 16:10 t By ci169

... get_microtime() { list($usec, $sec) = explode(' ', microtime()); return ((float)$usec + (float)$sec); } function scws() { $this -> so = scws_new(); $this -> so->set_charset('utf8'); $this -> so->set_ignore(1); // $this -> so->add_dict('dict.utf8.xdb'); if($th...

199.回复 #1 hightman 的帖子

发布时间:2007-06-20 09:06 t By bacchant

奇怪,运行不成功? 我在/home/zz/libcws下编译了libscws.a 然后执行gcc -o test -I/home/zz/libscws -L/home/zz/libcws test.c -lscws 提示: /usr/bin/ld: cannot find -lscws collect2: ld returned 1 exit status 是什么地方出错了?

200.XSTokenizerFull

...62 (显示) public function getTokens($value, XSDocument $doc = null){ return array($value);}

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