搜索

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

11.同义词搜索

...词根记录保存为大写字母 Z 开头的记录。例如: 设置 `find` 是 _search_ 的同义词,那么检索 _searching_ 时如果 _searching_ 本身没有同义词,那么也会匹配包含 `finding` 或 `finds` 等同根词的结果。 - **复合词支持** 支持对多个单词...

12.RE: 安装scws-1.1.5时遇到问题:Unable to load dynamic library

更新时间:2011-01-12 18:01 t By xxxG9onno

...p。我手动把php装在 /usr/local/php 中,是编译安装的,我用 find 令命搜索的结果是: find / -name php -print /home/www/yj/fckeditor/editor/filemanager/connectors/php #这个是网页文件 /home/soft/php-5.3.4/sapi/cli/php #这个是php的源码文件 /var/lib/php /usr/...

13.安装时错误

更新时间:2011-11-09 21:11 t By fg0711

...eed a working C++ compiler to compile Xapian, but configure failed to *** find one. If you have a working C++ compiler, you can tell configure where *** to find it by invoking it like so: *** *** ./configure CXX=/opt/bin/c++ ----- ERROR: failed to configure xapian-core-scws, see 'setup.lo...

14.RE: [2011] SCWS-1.1.9 发布,明确使用BSD协议、支持自定义词库

发布时间:2012-02-16 10:02 t By hovea

写了一行脚本,将代码转为 UTF-8 编码的源文件: #!/bin/bash for i in `find ./ -type f |grep -v 'batch' ` ; do iconv $i -f gbk -t utf8 -o ${i}.tmp && mv ${i}.tmp $i ; done

15.failed to open file

发布时间:2012-03-02 14:03 t By 张十三

... $index = $xs->index; while (true) { $wikis = $wiki_repo->find(array("query" => array("created_at" => array('$gt' => $wiki_date)), "sort" => array("created_at" => 1), "limit" => 100)); if (!$wikis) break; foreach ($wikis as $wiki) { $array = array( ...

16.XS::convert

...ANSLIT', $data); } else { throw new XSException('Cann\'t find the mbstring or iconv extension to convert encoding'); } } return $data;} 字符集转换 要求安装有 mbstring, iconv 中的一种

17.RE: scws1.1.7 安装失败

发布时间:2011-05-23 09:05 t By iranw

...-1.1.7]# cd etc/ [root@localhost etc]# /opt/php-5.2.17/bin/phpize Cannot find config.m4. Make sure that you run '/opt/php-5.2.17/bin/phpize' in the top level source directory of the module [root@localhost etc]# cd .. 希望hightman能在帮我看下 解决下 谢谢 :blush::blush:

18.索引管理器

...作用也不会报错。用法如下: ~~~ # 给 search 增加同义词 find util/Indexer.php demo --add-synonym search:find # 再给 search 增加另一个同义词 seek util/Indexer.php demo --add-synonym search:seek # 给 "搜索" 增加 "检索" "查找" 两个同义词 util/Indexer.php demo...

19.RE: [2012] SCWS-1.2.0 发布,BSD协议、支持自定义词库、PHP5.4

发布时间:2012-05-01 12:05 t By emo

...MPPS/php-5.3/lib/extensions/ext/scws.so, 9): no suitable image found. Did find:\n\t/Applications/AMPPS/php-5.3/lib/extensions/ext/scws.so: mach-o, but wrong architecture in Unknown on line 0 [Tue May 01 12:03:42 2012] [notice] Apache/2.2.22 (Unix) mod_wsgi/3.3 Python/2.7.2 mod_ssl/2.2.22 OpenSSL/0....

20.我对切词尝试做了下功能修改

更新时间:2013-12-27 20:12 t By linqingtao

...ORD_PART)) break; } // short word not found, stop to find, passed to next loop //if (k == m) // break; if (fir == -1) { break; } // save the short word //item = s->wmap[m][k]; //SCWS_PUT_RES(s->zmap[m].start, i...

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