搜索

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

41.scws_set_multi复式分割无效

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

...rule(s, "/usr/local/etc/rules.utf8.ini"); scws_set_multi(s , 1); scws_send_text(s, text, strlen(text)); while (res = cur = scws_get_result(s)) { while (cur != NULL) { printf("Word: %.*s/%s (IDF = %4.2f)\n", cur->len, text+cur->off, cur->attr, cur->idf); cur = cur->next; } s...

42.Libscws C API 使用说明

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

... [b]返回值:[/b]无 [b]错误:[/b]无 [b][color=#ff6600]·void scws_send_text(scws_t s, const char *text, int len);[/color][/b] [b]描述:[/b]设定要切分的文本数据,text 指定该串文本的起始位置,而 len 表示这段文本的长度。该函数可安全用于二进制数...

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

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

...XDB); scws_set_rule(s, "/usr/local/scws/etc/rules.utf8.ini"); scws_send_text(s, text, strlen(text)); while (res = cur = scws_get_result(s)) { while (cur != NULL) { printf("WORD: %.*s/%s (IDF = %4.2f)\n", cur->len, text+cur->off, cur->attr, cur->idf); cur = cur->...

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

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

...表示不在该词性列表中即可。 2. 两个函数均应在 scws_send_text 之后调用,scws_has_word 用于判断文本中是否包含 xattr 词性的词汇,常用于脏词判断,将脏词统一设为一个词性。 3. scws_get_words 返回词性属于 xattr 的词汇列表,返...

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

发布时间:2012-11-06 22:11 t By umland

...表示不在该词性列表中即可。 2. 两个函数均应在 scws_send_text 之后调用,scws_has_word 用于判断文本中是否包含 xattr 词性的词汇,常用于脏词判断,将脏词统一设为一个词性。 3. scws_get_words 返回词性属于 xattr 的词汇列表,返...

46.分词时出现堆栈溢出错误

更新时间:2013-04-10 10:04 t By swish

...t) scws_set_duality(scws_t s, int yes); void __declspec(dllexport) scws_send_text(scws_t s, const char *text, int len); scws_res_t __declspec(dllexport) scws_get_result(scws_t s); void __declspec(dllexport) scws_free_result(scws_res_t result); scws_top_t __declspec(dllexport) scws_get_tops(s...

47.出现大量IO timeout

更新时间:2012-05-12 19:05 t By yunxiaoad2

...低了) 2012-05-12 15:52:09 ~master[22169] timeout to wait, forced to send SIGKILL to lived workers 2012-05-12 16:04:30 worker2[4615] [sock:7] quit, IO timeout (TIMEOUT:5) 2012-05-12 16:09:33 worker2[4615] [sock:7] quit, IO timeout (TIMEOUT:5) 2012-05-12 16:17:18 worker1[4614] [sock:7] quit, I...

48.[2013] SCWS-1.2.2 发布,BSD协议、支持自定义词库、PHP5.4

更新时间:2013-07-11 21:07 t By hightman

...表示不在该词性列表中即可。 2. 两个函数均应在 scws_send_text 之后调用,scws_has_word 用于判断文本中是否包含 xattr 词性的词汇,常用于脏词判断,将脏词统一设为一个词性。 3. scws_get_words 返回词性属于 xattr 的词汇列表,返...

49.RE: xunsearch服务器一到晚上就死了,重启后又好了,我把日志贴上来

发布时间:2012-02-22 22:02 t By jatwxf

...u32=197, u64=197}}) = 0 recv(197, "\1\0\0\0\5\0\0\0005ucom", 1024, 0) = 13 send(197, "\200\0\311\0\0\0\0\0", 8, 0) = 8 epoll_ctl(1, EPOLL_CTL_ADD, 197, {EPOLLIN, {u32=197, u64=197}}) = 0 epoll_wait(1, {{EPOLLIN, {u32=197, u64=197}}}, 32, 5000) = 1 clock_gettime(CLOCK_MONOTONIC, {223658, 109047343}) ...

50.1.4.6不定期死掉

更新时间:2013-09-09 09:09 t By sohigh

...ght SIGINT, shutdown gracefully 2013-09-09 01:00:02 ~master[21752] NOTICE send exit signal[2] to all worker 2013-09-09 01:00:02 worker1[21758] ALERT caught SIGINT, shutdown gracefully 2013-09-09 01:00:02 worker3[32150] ALERT caught SIGINT, shutdown gracefully 2013-09-09 01:00:02 worker2[29788] A...

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