搜索

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

141.RE: Linux C API scws_get_tops的调用方法

发布时间:2011-07-30 16:07 t By lankelan

...cws_new(); scws_set_charset(s, "utf8"); scws_set_dict(s, "/etc/dict.utf8.xdb", SCWS_XDICT_XDB); scws_send_text(s, text, strlen(text)); cur = top = scws_get_tops(s, 10, NULL); while (cur != NULL) { printf("WORD: %s, weight:%.2f, times:%d, attr:%.2s\n", cur->word, cur->weight, cur->times, cur...

142.RE: cygwin编译出错

更新时间:2011-08-17 23:08 t By 司徒隐

...ll charset.lo crc32.lo pool.lo scws.lo xdict.lo darray.lo rule.lo lock.lo xdb.lo xtree.lo /usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libcygwin.a(libcmain.o):(.text+0xa9): undefined reference to `_WinMain@16' collect2: ld returned 1 exit status make[2]: *** [libscws.la] Error 1 make[2]: Leaving ...

143.scws_get_tops方法问题

更新时间:2011-09-16 21:09 t By wodeln

...en_basedir restriction in effect. File(C:\Program Files\scws\etc\dict.utf8.xdb) is not within the allowed path(s): (D:/DedeAMPZ/WebRoot/Default) in D:\DedeAMPZ\WebRoot\Default\tld\dede\getwen.php on line 6 Warning: scws_set_rule() [function.scws-set-rule]: open_basedir restriction in effect. File(C...

144.RE: 二元分词问题

更新时间:2011-11-15 11:11 t By hightman

需要 NEAR 位置信息的话,目前只能用内置的 scws 分词 scws 目前不能自定义词库,你必须把词库转换成 dict.utf8.xdb 一个统一的词库放进 $prefix/etc/ 才可以

145.RE:1235

发布时间:2007-07-23 11:07 t By grin123

数据字典怎么改的?网上查询结果是这个: *.XDB文件是MSC.Nastran的计算结果数据库,可由MSC.Patran打开进行相应的结果后置处理 貌似很高深的降噪处理软件,不懂,向楼主求解!

146.RE:1249

发布时间:2007-11-04 18:11 t By regedit

_xdb_to_xtree_node这个递归好像有问题哦,不断的申请mem? 呵呵

147.RE:1262

发布时间:2008-01-14 21:01 t By xueron

1楼附件里面包含了libscws源码和gbk的dict.xdb和rules.ini,所以比较大

148.RE:1244

发布时间:2008-01-29 15:01 t By xurenlu

楼上的没明白意思 楼主要的的UTF-8版的xdb文件

149.RE:1241

发布时间:2008-02-21 01:02 t By eternity

这个字典只能用xdb格式吗?其他格式无效的啊

150.RE:1265

发布时间:2008-04-07 13:04 t By kfg

谢谢老大,最近刚好有个东东要用到~~ 老大,有没有转换好的xdb呢?我在windows下使用的。。不知道怎么转换。。。 [[i] 本帖最后由 kfg 于 2008-4-7 13:19 编辑 [/i]]

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