搜索

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

131.RE: 遇到一个分词错误的问题

更新时间:2014-02-13 10:02 t By robinjia

...得符合要求的字 // int i, j, k, ch, clen, start; 这段后面增加如下句子 if(r1->attr[0] == 'n' && r1->attr[1] == 'r' ) { //这个字是个姓氏 if (wmap[i][i]->flag & SCWS_ZFLAG_WHEAD) //是一个词的第一个字,跳过 continue; ...

132.搜索出来的数字型怎么成了这样的乱码

更新时间:2012-02-24 11:02 t By zl8522115

...Object [/code] 那个sort,time,update_time,都是int型的 配置文件如下 [code] project.name = xuenar_news project.default_charset = utf-8 server.index = 192.168.0.6:8383 server.search = 192.168.0.6:8384 [id] type=id [title] type=title index=both [content] type = body ind...

133.xunsearch-1.3.1 (基于xapian/scws/php的开源中文全文搜索,新增分词SDK修正大量小BUG)

发布时间:2012-04-06 10:04 t By hightman

...建议所有用户升级到这个最新稳定版本。 [b]主要更新如下:[/b] 1. 增加基于搜索服务端的 XSTokenizerScws 便于直接使用 SCWS 的分词功能, 而不再需要额外安装其 php 扩展,用法详见 SCWS专题文档 [url]http://www.xunsearch.com/doc/php/guide/...

134.使用自定义词库的时候,部分词会丢失

更新时间:2014-04-18 17:04 t By tianly

...样。 有什么可能的原因吗? 谢谢 [hr] 我使用的代码如下, dict.utf8.xdb是我自己的词库 //实例化分词插件核心类 $so = scws_new(); //设置分词时所用编码 $so->set_charset('utf8'); //设置分词所用词典(此处使用utf8的词典) $so->set_dict...

135.libscws的问题

发布时间:2009-12-02 16:12 t By nftw

...子对 "我是一名中国的程序员"这句话,进行分词, 代码如下: [php] #include #include #include #include int main(int argc, char *argv[]) { scws_t s; scws_res_t res, cur; char *text;// = "Hello, 我名字叫李那曲是一个中国人, 我...

136.生成搜索骨架代码

...或配置文件,它将根据该项目的情况生成代码,主要选项如下: * _-p|--project _ 指定项目名称或配置文件路径,参数名可以省略不写, 如果仅指定项目名称,那么将使用 $prefix/sdk/php/app/.ini 文件。 * _-o|--output _ 指定生成的...

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

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

...get_count函数做了一下更新,其中corpusUrl依然使用的baidu,如下: // 获取语料库中包含该词的文档数 function get_count( $corpusUrl, $word) { $url = $corpusUrl . urlencode($word); $data = @file_get_contents($url); if (!$data) return -1; $p...

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

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

...get_count函数做了一下更新,其中corpusUrl依然使用的baidu,如下: // 获取语料库中包含该词的文档数 function get_count( $corpusUrl, $word) { $url = $corpusUrl . urlencode($word); $data = @file_get_contents($url); if (!$data) return -1; $p...

139.安装scws分词扩展出现的问题

发布时间:2009-10-04 23:10 t By future123

...ault.fpath = /usr/local/scws/etc 重启apache后,输入php -m 出现如下错误,按照文档说明,应该输入php -m后会出现scws。但是我按照文档操作后,就出现错误。麻烦高手帮我看看,谢谢了。 [root@localhost ~]# php -m PHP Warning: PHP Startup: Una...

140.发布第二个测试版 xunsearch-1.0.0b2

发布时间:2011-09-16 13:09 t By hightman

...://github.com/hightman/xunsearch/tree/1.0.0b2[/url] 主要修改记录如下: * 2011-09-16 13:34:01 +0800 2074987 hightman: 修正 README 改名为 README.md 后的遗留小问题 * 2011-09-16 13:27:51 +0800 11bb8f8 hightman: PHP-SDK: 增加部分 PHPUnit 测试代码并修正一些小错...

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