搜索

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

21.RE: [2011] SCWS-1.1.8 发布,提供VC9的php_scws.dll、支持自定义词库

更新时间:2011-09-01 11:09 t By wodeln

...果我用 $so->set_dict('C:/Program Files/scws/etc/dict.xdb'); $so->set_rule('C:/Program Files/scws/etc/rules.utf8.ini'); 就会有警告: Warning: SimpleCWS::set_dict() [function.SimpleCWS-set-dict]: open_basedir restriction in effect. File(C:\Program Files\scws\etc\dict.xdb) is not within th...

22.RE:1265

发布时间:2008-03-05 17:03 t By Mistruster

make[2]: *** No rule to make target `rules_cht.utf8.ini', needed by `all-am'. Stop. make: *** [all] Error 2 报错,但是能用 [[i] 本帖最后由 Mistruster 于 2008-3-5 17:44 编辑 [/i]]

23.SCWS - rules.ini 规则集配置文件

发布时间:2007-06-07 20:06 t By hightman

; ; auto regular ; $Id: rules.ini,v 1.3 2007/06/07 08:37:07 hightman Exp $ ; ; special word, 特殊词汇 ; [special] C++ .NET C# R&B S.H.E P&B ; ; nostats ; [nostats] about all also an and any are as at be but by both can for from have here if in is it no ...

24.RE: 在使用scws中遇到的怪问题,是否是bug,估计php缓冲区问题,恳求帮助

发布时间:2010-05-23 01:05 t By 逆雪寒

... $so->add_dict(ini_get("scws.default.fpath") . '/dict.utf8.xdb'); $so->set_rule(ini_get('scws.default.fpath') . '/rules.utf8.ini'); 这样就加载词库失败... 路径和权限我确定没有错误.

25.limit 参数好象没有效果。

发布时间:2011-01-28 18:01 t By whjtoby

...g,n,nr,ns,nt,nz,vn'; $limit = 5; // 这里没有调用 set_dict 和 set_rule 系统会自动试调用 ini 中指定路径下的词典和规则文件 $scws->send_text("这里没有调用 set_dict 和 set_rule 系统会自动试调用 ini"); $list = $scws->get_tops(3); settype($list,...

26.RE: Hightman您好,我的分词怎么不对啊

发布时间:2010-08-19 09:08 t By assad

$cws = scws_open("gbk"); scws_set_dict($cws, "./etc/dict.xdb"); scws_add_dict($cws, "./etc/s.txt",SCWS_XDICT_TXT); scws_set_rule($cws, "./etc/rules.ini");

27.PSCWS4使用问题

更新时间:2010-10-21 17:10 t By hnmazda

...cws = new PSCWS4('utf8'); $cws->set_dict('etc/dict.utf8.xdb'); $cws->set_rule('etc/rules.utf8.ini'); $ret = array(); $ret = $cws->get_tops(10,'r,v,p'); echo "No.\tWord\t\t\tAttr\tTimes\tRank\n------------------------------------------------------\n"; $i = 1; foreach ($ret as $tmp) { printf...

28.RE: 使用scws例子报错,附上全部细节,请大牛帮忙

发布时间:2013-05-07 09:05 t By hightman

scws_set_dict($so, '/dict.utf8.xdb'); scws_set_rule($so, '/rules.utf8.ini'); 问题在这里!!

29.RE:1265

发布时间:2008-09-09 00:09 t By terry39

...; /* }}} */ [/code] 编译后 在php代码中指定 dict字典和rule规则文件就可以了 $cws->set_dict('/usr/local/scws/etc/dict_chs_utf8.xdb'); $cws->set_rule('/usr/local/scws/etc/rules.utf8.ini');

30.SCWS-php扩展的说明及用法

发布时间:2007-06-07 18:06 t By hightman

...set_charset(string charset) bool set_dict(string dict_path) bool set_rule(string rule_path) bool set_ignore(bool yes) bool set_multi(bool yes) bool send_text(string text) mixed get_result(void) mixed get_tops(void) string version(void) }; [b][size=2][color=#154ba0]例...

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