搜索

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

61.XSDatabaseMySQL::setUtf8

setUtf8() 方法 public bool setUtf8() {return} bool MySQL 自 4.1.0 起支持字符集 源码: sdk/php/util/XSDataSource.class.php#L534 (显示) public function setUtf8(){ if (version_compare(mysql_get_server_info($this->link), '4.1.0', '>=')) { return @mysql_query("SE...

62.RE: 请教:关于地市信息的分词结果,如何更准确?

发布时间:2010-09-26 20:09 t By hightman

...写出来作参考,把下面的文字存成dict.txt,然后在原有的set_dict之后加上 scws_add_dict(s, 'path/to/this_ad_dict.txt', SCWS_XDICT_TXT); 这样使文本词典生效. 其中词典格式为 词 tf idf attr (当attr为!表示删除该词) [code] 市廛 1 1 ! 河华 1 1 ! 阳道 1...

63.PHP4版 简易中文分词(PSCWS) 第2/3版

发布时间:2007-06-06 09:06 t By hightman

...名为库类型,内置支持 sqlite txt cdb gdbm四个格式) ->set_dict($fpath); // 设定是否删除标点符号 ->set_ignore_mark($trueORfalse); // 设定是否自动进行人名识别 ->set_autodis($trueORflase); // 展示切词过程 ...

64.XSDatabasePgSQL

... XSDatabasePgSQL query1() 查询数据库首行 XSDatabase setUtf8() 将输出字符集设置为 UTF-8 XSDatabasePgSQL 方法明细 close() 方法 public void close() 源码: sdk/php/util/XSDataSource.class.php#L569 (显示) public function close(){ if (is_re...

65.scws 1.1.2 php extension安装的问题

发布时间:2010-06-12 17:06 t By vinwuser

...hp同目录下或者调用/usr/local/scws/etc/下的词库,都得到scws_set_dict(): supplied argument is not a valid scws handler resource。这是我php设置寻址有问题,还是scws_set_dict()调词库需要什么权限或特定路径。 问题3的分词结果是: Array ( [0]...

66.XSSearch::setCollapse

setCollapse() 方法 public XSSearch setCollapse(string $field, int $num=1) $field string 依据该字段的值折叠搜索结果, 设为 null 则取消折叠 $num int 折叠后只是返最匹配的数据数量, 默认为 1, 最大值 255 {return} XSSearch 返回对象...

67.使用SCWS的libscws C源码,测试分词不成功

发布时间:2014-01-02 18:01 t By banderuilq

... printf("ERROR: cann't init the scws!\n"); exit(-1); } scws_set_charset(s, "utf8"); scws_set_dict(s, "/usr/local/scws/etc/dict.utf8.xdb", SCWS_XDICT_XDB); scws_set_rule(s, "/usr/local/scws/etc/rules.utf8.ini"); scws_send_text(s, text, strlen(text)); while (res = cur = sc...

68.Libscws C API 使用说明

更新时间:2010-12-30 22:12 t By hightman

...误:[/b]无 [b][color=#ff6600][/color][/b] [b][color=#ff6600]·void scws_set_charset(scws_t s, const char *cs);[/color][/b] [b]描述:[/b]设定当前 scws 所使用的字符集,目前仅支持 gbk 和 utf-8 两种字符集。参数 cs 描述的是新指定的字符集。若无此调用则系...

69.疑惑:分词数上限和标点符号控制

发布时间:2013-05-10 17:05 t By Brady.Li

...置分词数上限,可否不控制上限?参数是什么 其二: set_ignore(bool yes) 参数:true的话,表示忽略标点,但是实测中好像' "这种标点是无法忽略的, 如在我使用中会切出 Napoleon's 这种词。所以想具体了解下这个函数所忽略的...

70.Deepin10.06下遇到问题

更新时间:2012-01-25 19:01 t By 五岳之巅

...,都发生了一样的问题: [code]abc-VirtualBox xunsearch # cat setup.log checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checki...

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