mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
fix bug
This commit is contained in:
parent
bd9337e798
commit
92e5234b4a
@ -392,7 +392,7 @@ int main()
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
title = "2013夏季新款韩版女装甜美雪纺长裙连衣裙碎花裙蕾丝无袖连衣裙子";
|
title = "韩国MAGGIC 爆花石水晶飞机 锁骨链短款项链 女 进口韩国饰品";
|
||||||
res.clear();
|
res.clear();
|
||||||
ext.extract(title, res, 5);
|
ext.extract(title, res, 5);
|
||||||
PRINT_VECTOR(res);
|
PRINT_VECTOR(res);
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
GCC = g++
|
CC = g++
|
||||||
CCOPT = -Wall -c
|
CCOPT = -Wall -c
|
||||||
LINK = g++
|
LINK = g++
|
||||||
LINKOPT =
|
LINKOPT =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user