搜索

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

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

发布时间:2014-02-11 11:02 t By robinjia

... // 再在 zmax 范围内取得符合要求的字 // int i, j, k, ch, clen, start; 这段后面增加如下句子 if(r1->attr[0] == 'n' && r1->attr[1] == 'r' && (wmap[i][i]->flag & SCWS_ZFLAG_WHEAD)) { continue; }

102.编写第一个配置文件

...ql] -- -- 表的结构 `cdb_posts` -- CREATE TABLE `cdb_posts` ( `pid` int(10) unsigned NOT NULL auto_increment, `fid` smallint(6) unsigned NOT NULL default '0', `tid` mediumint(8) unsigned NOT NULL default '0', `first` tinyint(1) NOT NULL default '0', `author` varchar(15) NOT NULL defau...

103.RE: 怎样才能 字母数字汉字组合 按照词典分成一个词语呢?

更新时间:2013-07-03 11:07 t By shuyinglee

....2.1.patch 3. API Libscws - C API文档 `void scws_use_rule(scws_t s, int yes)` 设定分词结果是否忽略所有的中英文组合,强行使用字典中的词语 > **参数 yes** 1 表示不忽略,0 表示忽略,缺省情况为不忽略。 SimpleCWS - PHP API 文档 `b...

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

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

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

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

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

... [1] => XSDocument 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 [co...

106.RE: 帮忙看下安装的问题

发布时间:2011-11-07 14:11 t By zxing

... [/quote] [hr/] 存在这个文件 有 pthread_rwlock_init extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock, __const pthread_rwlockattr_t *__restrict __attr) __THROW __nonnull ((1)); [hr/] gcc -v 执行结果是: Using built-in specs. COLLECT_GCC=gcc C...

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

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

... $total = trim(substr($data, $pos, $pos2 - $pos1)); $total = (int) str_replace(",", "", $total); } return $total; } 如上问题还请hightman帮忙解答,多谢!!

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

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

... $total = trim(substr($data, $pos, $pos2 - $pos1)); $total = (int) str_replace(",", "", $total); } return $total; } 如上问题还请hightman帮忙解答,多谢!!

109.使用讯搜搭建phpwind的全文检索

更新时间:2012-05-18 09:05 t By myoula

...表 mysql -uroot -p 你的phpwind数据库名 CREATE TABLE `mq` ( `mid` int(10) unsigned NOT NULL AUTO_INCREMENT, `tid` int(10) unsigned NOT NULL DEFAULT '0', `type` tinyint(1) unsigned zerofill NOT NULL DEFAULT '0', PRIMARY KEY (`mid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; #建立trigger ...

110.XSUtil

... fixWidth() 方法 public static string fixWidth(string $text, int $size, string $pad=' ') $text string 要修正的字符串 $size int 修正的目标宽度 $pad string 用于填充补足的字符 {return} string 源码: sdk/php/util/XSUtil.class.php#L...

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