搜索

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

41.RE: 1.1.2的 自定义字典无法使用

更新时间:2010-05-23 22:05 t By 逆雪寒

...default.fpath=/usr/local/scws/etc 而php 是这样 //分词 $so = scws_new(); $so->set_charset('utf8'); // 这里没有调用 set_dict 和 set_rule 系统会自动试调用 ini 中指定路径下的词典和规则文件 $so->add_dict(ini_get("scws.default.fpath") . '/dict.utf8.xdb'); ...

42.使用自定义词库的时候,部分词会丢失

更新时间:2014-04-18 17:04 t By tianly

...ict.utf8.xdb是我自己的词库 //实例化分词插件核心类 $so = scws_new(); //设置分词时所用编码 $so->set_charset('utf8'); //设置分词所用词典(此处使用utf8的词典) $so->set_dict('/usr/local/scws/etc/dict.utf8.xdb'); //设置分词所用规则 $so->set_rule('/usr...

43.libscws的问题

发布时间:2009-12-02 16:12 t By nftw

... if(argc == 2) text = argv[1]; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); exit(-1); } scws_set_charset(s, "gbk"); scws_set_multi(s, 1); scws_set_dict(s, "/usr/local/etc/...

44.谁在windows下测试通过了,请给写个说明。谢谢了。我是这样做的,但是有错误。

发布时间:2010-10-30 20:10 t By wodeln

...5.2.6/ext/" 这样的时候报错 Fatal error: Call to undefined function scws_new() in D:\wamp\www\tl\text.php on line 4 我设为空的时候还是同样的错误。 都弄好之后我重启的所有服务。 谁测试通过了,给指点一下,谢谢了!

45.发一个稳定复现的问题

更新时间:2014-03-03 15:03 t By getwe

... if (!(s = scws_new())){ printf("ERROR: can't init scws\n"); return -1; ...

46.RE: 1.1.2的 自定义字典无法使用

更新时间:2010-05-24 22:05 t By 逆雪寒

...etc => /usr/local/scws/etc [/php] 这是我代码: //分词 $so = scws_new(); $so->set_charset('utf8'); $rd = $so->set_dict('/usr/local/scws/etc/dict.utf8.xdb'); $rr = $so->set_rule('/usr/local/scws/etc/rules.utf8.ini'); //打印返回值 var_dump($rd); var_dump($rr); // $so->set_...

47.scws_set_multi复式分割无效

更新时间:2011-11-03 17:11 t By xjtdy888

... { scws_t s; scws_res_t res, cur; char *text = "上海市"; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); exit(-1); } scws_set_charset(s, "utf-8"); scws_set_dict(s, "/usr/local/etc/dict.utf8.xdb", SCWS_XDICT_XDB); scws_set_rule(s, "/usr/local/etc/rules.utf8.ini"); ...

48.Libscws C API 使用说明

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

...] [b][size=4][color=#0033cc][/color][/size][/b] [b][color=#ff6600]·scws_t scws_new();[/color][/b] [b]描述:[/b]分配或初始化与scws系列操作的 scws_st 对象。该函数将自动分配、初始化、并返回新对象的指针。通过调用 scws_free() 来释放该对象。 [b]返回...

49.使用SCWS的libscws C源码,测试分词不成功

发布时间:2014-01-02 18:01 t By banderuilq

...国人, 我有时买Q币来玩, 我还听说过C#语言"; if (!(s = scws_new())) { printf("ERROR: cann't init the scws!\n"); exit(-1); } scws_set_charset(s, "utf8"); scws_set_dict(s, "/usr/local/scws/etc/dict.utf8.xdb", SCWS_XDICT_XDB); scws_set_rule(s, "/usr/local/scws/et...

50.安装php扩展 error: Incorrect scws library

发布时间:2013-02-21 11:02 t By Loading

...shared checking for scws.h... yes, found in /usr/local/scws checking for scws_new in -lscws... no configure: error: Incorrect scws library[/code]

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