搜索

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

211.XSCsvDataSource

... $this->invalidLines++; return $this->getDataList(); } return array($item);} init() 方法 protected void init() 源码: sdk/php/util/XSDataSource.class.php#L368 (显示) protected function init(){ $file = $this->arg; if (empty($file) && $this->inCli) { ...

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

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

...(5000000000/$count); //if ($tf > 13) $idf *= 1.4; return array($tf, $idf); } 有几个问题: 1、当一个词在baidu搜索中找到小于1000篇文章包含该词时,为什么要重新计算count,“21000 - $count * 18” 其中21000是什么?18是什么? 2、对t...

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

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

...(5000000000/$count); //if ($tf > 13) $idf *= 1.4; return array($tf, $idf); } 有几个问题: 1、当一个词在baidu搜索中找到小于1000篇文章包含该词时,为什么要重新计算count,“21000 - $count * 18” 其中21000是什么?18是什么? 2、对t...

214.RE: 填充测试数据的时候出现错误

发布时间:2013-06-20 11:06 t By tisswb

...iled to open file(S#513) #0 ../phplib/XS.php(1089): XSServer->execCommand(Array, 250) #1 ../phplib/XS.php(1094): XSIndex->addExdata('????????1??????...') #2 ../phplib/XS.php(1100): XSIndex->openBuffer(0) #3 ../phputil/Indexer.php(206): XSIndex->closeBuffer() #4 {main} PHP Fatal error: Excepti...

215.按字段值分面搜索

...索时加入分面设置 $docs = $search->setQuery('关键词')->setFacets(array('fid', 'year'))->search(); // 读取分面结果 $fid_counts = $search->getFacets('fid'); // 返回数组,以 fid 为键,匹配数量为值 $year_counts = $search->getFacets('year'); // 返回数组,以 year 为...

216.Xunsearch SDK for PHP

.../config/main.php ```php // application components 'components' => array( // ... other components ... 'search' => array( 'class' => 'EXunSearch', 'project' => 'demo', // 搜索项目名称或对应的 ini 文件路径 'charset' => 'utf-8',...

217.XSServer

...self::BROKEN | self::FILE)) { return false; } $wfds = $xfds = array(); $rfds = array($this->_sock); $res = stream_select($rfds, $wfds, $xfds, 0, 0); return $res > 0;} 判断服务端是否有可读数据 用于某些特别情况在 getRespond 前先调用和判断, 以免...

218.修正utf-8版make_xdb_file.php的错误

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

...])/"; preg_match_all($re[$charset], $str, $match); $slice = implode('',array_slice($match[0], $start, $length)); return $slice.$suffixStr; } function mstrlen($str, $charset="utf-8"){ $re['utf-8'] = "/[\x01-\x7f]|[\xc2-\xdf][\x80-\xbf]|[\xe0-\xef][\x80-\xbf]{2}|[\xf0-\xff][\x80-\xbf]{3}...

219.XSDocument 文档

...>setField('name', 'value'); // 用函数方式进行赋值 $doc->setFields(array('name' => 'value', 'name2' => 'value2')); // 用数组进行批量赋值 // 迭代方式取所有字段值 foreach($doc as $name => $value) { echo "$name: $value\n"; } ~~~ 用于索引更新的文档对象和...

220.RE: [2010] SCWS-1.1.3 发布,支持文本词典实现自定义词库啦!!

更新时间:2010-11-13 10:11 t By snakeyasin

...scws_has_word(Resource scws_handler, string xattr); Array scws_get_words(Resource scws_handler, string xattr); 若不存在返回空数组,而不是 false 对象调用形式:bool scws->set_dict(string filepath[, int mode = SCWS_XDICT_XDB]); ...

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