搜索

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

281.php_scws.dll加载问题.help~

更新时间:2010-11-24 17:11 t By 7color

php.ini中配置如下: [php] [scws] extension = php_scws.dll scws.default.charset = gbk scws.default.fpath = "D:\Zend\etc\scws" [/php] phpinfo();中Loaded Configuration File 的php.ini位置与当前修改的是一致的, php_scws.dll解压至extension_dir/目录. 可是依旧提示:Fa...

282.RE: 安装scws扩展时出现:error: wrong scws lib version or lib not found

发布时间:2010-10-08 23:10 t By hightman

看了提示是卡在 check library,也有可能是 m4 之类的不兼容,汗。。。手上没有BSD8.1还测不了,autoconf系统的工具兼容性很讨厌。

283.RE: freebsd 10 xunsearch 1.4.8

发布时间:2014-02-26 15:02 t By hightman

先编译安装 libscws,然后用 --with-scws 指定啊;用整个安装包就不需要这么麻烦

284.RE: 2010.5.12更新了规则集,包含在最新的1.1.2包中

发布时间:2010-05-13 21:05 t By xiaolan

[quote='hightman' pid='3543' dateline='1273739877'] 下载包中的 scws-1.1.2.tar.bz2 或下载中的 rules.tgz 均为最新 [/quote] 已经更新了:D

285.RE: 使用自定义词典时无法取得字典中的内容

发布时间:2011-08-10 09:08 t By hightman

1. 你的词典只有“再试一个”这个词,当然就只有它了 2. scws_new/scws_free 是C 里的函数,在PHP中是 scws_open/scws_close 建议在PHP中用对象方式使用 scws 即 $so = scws_new(); $so->set_charset('gbk'); $so->set_dict(...

286.为什么程序消耗的内存越来越大

更新时间:2010-03-02 17:03 t By backluck

#include #include int main() { scws_t s; scws_res_t res, cur; char *text = "Hello, 我名字叫李那曲是一个中国人, 我有时买Q币来玩, 我还听说过C#语言"; int i; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); ...

287.Libscws C API 使用说明

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

[b][size=5]Libscws - 0.0.1 C API 说明[/size][/b] [b][size=4][color=#0033cc]0. 概述[/color][/size][/b] Libscws 代码是当前 SCWS(简易中文分词) 算法使用C语言编写的链接库,目前仅基于 Unix 族的操作系统,可能必须适当修改才能运行在 Windows 平台中。这...

288.RE: [HELP]xunsearch安装好了,搜索没有结果集。。。

发布时间:2011-10-26 15:10 t By vist2007

非常感谢...也在刚开始学习xunsearch xunsearch采用 scws 分词 xunsearch好像集成了 scws 对于分词 xunsearch 可以通过 XSTokenizer 扩展 我想问的是 既然是 集成scws 那么 1.有没有提供scws的api接口,实现短语分词功能 2.是否可以对scws自定义中文...

289.win7下无法加载php_scws.dll

更新时间:2011-12-15 11:12 t By ccy034106

环境:win7(64位) + nginx + php 我是按 http://www.ftphp.com/scws/docs.php#instdll 来配置的。 重启web服务器时出错 报错提示: 1、无法定位程序输入点 zend_ini_string_ex 于动态链接库 php5ts.dll上 2、PHP Startup: Unable to load dynamic library 'D:\server\ph...

290.RE: 安装scws扩展时出现:error: wrong scws lib version or lib not found

发布时间:2010-10-09 18:10 t By smallmenu

[quote='hightman' pid='3738' dateline='1286550859'] 看了提示是卡在 check library,也有可能是 m4 之类的不兼容,汗。。。手上没有BSD8.1还测不了,autoconf系统的工具兼容性很讨厌。 [/quote] 呵呵,多谢楼主。 我测试的是FreeBSD 8.1 AMD64的操...

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