搜索

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

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

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

...ws_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(scws_t...

62.SCWS Flash移植版 - SCWS for Flash/AS3

更新时间:2013-10-29 22:10 t By Bruce_Jawn

...() //初始化cmodule后调用,用于初始化scws scws_send_text_AS3(input:String):String //初始化scws后调用, //输入:待处理字符串 //返回:分词处理过的字符串,以空格作为分隔。 在线Flash演示原始页面, libscws.swc下载及SC...

63.SCWS不支持英文和中英文混合分词吗?

更新时间:2010-08-24 20:08 t By fuhehe

...so->set_dict('words.txt',SCWS_XDICT_TXT); $so->set_ignore(true); $so->send_text("GMhello指导员"); echo ''; while ($tmp = $so->get_result()) { var_dump($tmp); } $so->close(); 在words.txt只定义如下内容 GM 1.0 1.0 * hello指导员 1.0 1.0 * 而输出结果为: array(1) { [0]=> array...

64.帮忙看下安装的问题

更新时间:2011-11-07 00:11 t By zxing

... pcntl.o -lxapian flock.o: In function `flock_set_thread_safe': flock.c:(.text+0xa7): undefined reference to `pthread_rwlock_init' flock.o: In function `flock_wrlock': flock.c:(.text+0xd5): undefined reference to `pthread_rwlock_wrlock' flock.o: In function `flock_rdlock': flock.c:(.text+0x135): un...

65.RE: scws_has_word的逻辑问题

发布时间:2010-08-05 15:08 t By backluck

...。 [quote] ·int scws_has_word(scws_t s, char *xattr); 描述:判断text中是包括指定的词性的词汇。参数 xattr 用来描述要排除或参与的统计词汇词性, 多个词性之间用逗号隔开。当以~开头时表示统计结果中不包含这些词性,否则表...

66.RE: 怎样才能 字母数字汉字组合 按照词典分成一个词语呢?

更新时间:2013-07-03 16:07 t By shuyinglee

...(scws_set_multi, NULL) PHP_FE(scws_set_duality, NULL) PHP_FE(scws_send_text, NULL) @@ -129,6 +130,7 @@ PHP_FALIAS(set_dict, scws_set_dict, NULL) PHP_FALIAS(set_rule, scws_set_rule, NULL) PHP_FALIAS(set_ignore, scws_set_ignore, NULL) + PHP_FALIAS(use_rule, scws_use_rule, NULL) // shuying...

67.Demo项目运行失败:[XSException] /XSDataSource.class.php(376): Can not open input file: ''

发布时间:2014-11-15 02:11 t By yanyun

...exer.php --source=csv --clean demo X-Powered-By: PHP/5.2.0 Content-type: text/html 清空现有索引数据 ... 初始化数据源 ... csv [XSException] /XSDataSource.class.php(376): Can not open input file: '' #0 XSDataSource.class.php(35): XSCsvDataSource->init() #1 XSDataSource.class.php...

68.载入txt词典所出现的BUG

更新时间:2011-08-09 12:08 t By 999

...so, 'rules.ini'); scws_set_dict($so, 'a.txt', SCWS_XDICT_TXT); scws_send_text($so, $txt); $result = scws_get_tops($so, strlen($txt)); print_r($result); [/php] 第一次运行的结果:([color=#FF0000][b]正常[/b][/color]) Array ( [0] => Array ( [word] => ...

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

发布时间:2012-08-27 16:08 t By kill-all999

...rules.ini');//文件内容为空 $cutword = $_POST['cutword']; scws_send_text($sh, $cutword); $rs = scws_get_tops($sh, 5); 另:我使用工具把默认的.xdb转化成.txt后在使用scws_get_tops()方法(字母+数据要大于8个才返回)。 我的邮箱lee1984@qq.com 新手!求帮助...

70.RE: xunsearch-1.4.5 (基于 xapian 和 scws开源中文搜索引擎,高扛压不死锁)

发布时间:2013-03-28 12:03 t By vus520

...不包含任何自定义词典的关键词,求解。[/code] [php] $text =

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