... if (ch == 0x25 && !SCWS_IS_DIGIT(txt[start+1])) + { + start++; + wlen++; + ...
... if (ch == 0x25 && !SCWS_IS_DIGIT(txt[start+1])) + { + start++; + wlen++; + ...
... item = s->wmap[m][k]; SCWS_PUT_RES(s->zmap[m].start, item->idf, (s->zmap[k].end - s->zmap[m].start), item->attr); } if (!(item->flag & SCWS_WORD_PART)) break; } // short word not found...
.../lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o: In function `_start': (.text+0x20): undefined reference to `main' collect2: ld 返回 1 make: *** [scws] 错误 1 是怎么回事呢,还请高人指点呀。[hr] [quote='司徒隐' pid='6635' dateline='1313594342'] [quote='kpax' pid...
...: strcpy(wmap[i][i]->attr, SCWS_IS_ALPHA(txt[start-1]) ? attr_en : attr_un); 2. 百分号这个暂时 scws 还没有办法处理,因为 % 号被当作普通符号粗分时就断开了,不过可以在粗分阶段就强制处理,希望 scws 的下一个版本提供...
...老用户检视新功能。 [url]http://www.xunsearch.com/doc/php/guide/start.changelog[/url] 其它改动详见下面相关链接: 官方网站:[url]http://www.xunsearch.com/[/url] 下载地址:[url]http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2[/url] 代码仓库:...
...n doSeg (arg=0x5020e0) at multithreadscws.cpp:16 #2 0x000000302b80610a in start_thread () from /lib64/tls/libpthread.so.0 #3 0x000000302afc6003 in clone () from /lib64/tls/libc.so.6 #4 0x0000000000000000 in ?? () 奇怪的是相同的程序在我的mac上面却正常不会core dump
...; struct scws_zchar *zmap; } scws_st, *scws_t; struct scws_zchar { int start; int end; }; 注:xdict_t 和 rule_t 分别是词典和规则集的指针,可判断其是否为 NULL 来判断加载的成功与失败。 ·[b]scws 系列结果集[/b],每次 scws 返回的分词结果的数量...