搜索

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

1.获取返回结果后如何处理

发布时间:2013-07-01 09:07 t By laiqn

...:12;s:3:"idf";d:8.19999980926513671875;s:4:"attr";s:1:"n";}}} 我如何用php从中提取出分词结果,谢谢

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

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

..., int yes); void scws_set_duality(scws_t s, int yes); diff -ur scws-1.2.1/phpext/php_scws.c scws-1.2.1.changed/phpext/php_scws.c --- scws-1.2.1/phpext/php_scws.c 2013-01-07 14:43:56.000000000 +0800 +++ scws-1.2.1.changed/phpext/php_scws.c 2013-07-03 10:38:55.288772732 +0800 @@ -111,6 +111,7 @@ PH...

3.SCWS-1.1.9 没法分中文?

发布时间:2012-01-07 12:01 t By hejone

运行安装说明里的c例子 [php]#include #include main() { scws_t s; scws_res_t res, cur; char *text = "Hello, 我名字叫李那曲是一个中国人, 我有时买Q币来玩, 我还听说过C#语言"; if (!(s = scws_new())) { printf("error, can't init the scws_t!\n"); ...

4.libscws的问题

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

...是一名中国的程序员"这句话,进行分词, 代码如下: [php] #include #include #include #include int main(int argc, char *argv[]) { scws_t s; scws_res_t res, cur; char *text;// = "Hello, 我名字叫李那曲是一个中国人, 我有时买Q...

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

更新时间:2011-07-30 11:07 t By hightman

参见 phpext/php_scws.c 中的 PHP_FUNCTION(scws_get_tops); 吧 这个用法有说明里有提到啊,就是返回一个链表结构,依次遍历取出就好了,大概如下: scws_t s; scws_top_t top, cur; char *text = "测试说明文字"; s = scws_new(); scws_set_charset(s, "utf8"); scw...

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

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

[quote='hightman' pid='6608' dateline='1311994562'] 参见 phpext/php_scws.c 中的 PHP_FUNCTION(scws_get_tops); 吧 这个用法有说明里有提到啊,就是返回一个链表结构,依次遍历取出就好了,大概如下: scws_t s; scws_top_t top, cur; char *text = "测试说...

7.scws_set_multi复式分割无效

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

... ./a.out Word: 上海市/ns (IDF = 7.82) [root@namenode-1 scws]# WINDOWS PHP测试结果是 上海市 上海 能这样子正常分开 对了mode的值都试过,没任何变化[hr] 这个不是BUG,看到你源码 #define SCWS_MULTI_NONE 0x00000 // nothing #define SCWS_MULTI_SHORT 0x0100...

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

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

...分词时,发生堆栈溢出(Stack overflow)错误。但用提供的PHP的DLL就没有问题,不知道是什么原因。 附件是出错的文件。[hr] 为了在C++ Builder下编译成动态链接库,对源码做了以下处理: 1、xtree.c里,对qsort的调用做了以下处理:...

9.RE: 填充测试数据的时候出现错误

发布时间:2011-09-20 16:09 t By tisswb

... [/quote] 这是我的做测试的时候用的命令 [root@server67 php]# ps auxw | grep xs root 15274 0.0 0.0 4096 668 pts/0 S+ 16:09 0:00 grep xs root 21853 0.0 0.0 2184 652 ? S Sep17 0:04 xs-indexd: server root 21856 0.0 0.0 39536 1680 ? ...

10.RE: 填充测试数据的时候出现错误

发布时间:2013-06-20 11:06 t By tisswb

... [/quote] 这是我的做测试的时候用的命令 [root@server67 php]# ps auxw | grep xs root 15274 0.0 0.0 4096 668 pts/0 S+ 16:09 0:00 grep xs root 21853 0.0 0.0 2184 652 ? S Sep17 0:04 xs-indexd: server root 21856 0.0 0.0 39536 1680 ? ...

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