This commit is contained in:
gwdwyy 2013-07-19 11:26:42 +08:00
parent bd9337e798
commit 92e5234b4a
2 changed files with 2 additions and 2 deletions

View File

@ -392,7 +392,7 @@ int main()
*/
title = "2013夏季新款韩版女装甜美雪纺长裙连衣裙碎花裙蕾丝无袖连衣裙子";
title = "韩国MAGGIC 爆花石水晶飞机 锁骨链短款项链 女 进口韩国饰品";
res.clear();
ext.extract(title, res, 5);
PRINT_VECTOR(res);

View File

@ -1,4 +1,4 @@
GCC = g++
CC = g++
CCOPT = -Wall -c
LINK = g++
LINKOPT =