858 Commits

Author SHA1 Message Date
wyy
49b0b7ddde modify usage 2013-11-03 19:35:00 -08:00
wyy
ec806b4b71 rm dicts out of install 2013-11-03 19:22:25 -08:00
wyy
9492803445 modify usage 2013-11-03 19:19:34 -08:00
wyy
664a17c4c1 finished install 2013-11-03 09:02:48 -08:00
wyy
1f4eae5bbc modify cmakelists.txt 2013-11-03 08:47:50 -08:00
wyy
6f15f1398c mv ... 2013-11-03 07:49:41 -08:00
wyy
ae09f92b19 remove keywordext.cpp/h out of src 2013-11-03 07:47:09 -08:00
wyy
a6e6568b85 mkdir src and mv cppjieba limonp husky demo into it 2013-11-03 07:41:21 -08:00
wyy
4680586e65 add install into cmakelists.txt 2013-11-03 07:04:36 -08:00
wyy
e666a0123e mv demo/ scripts 2013-11-03 06:11:45 -08:00
wyy
308e247476 rm scripts/* 2013-11-03 06:00:35 -08:00
wyy
a44b04df20 add cmakelists.txt 2013-11-03 05:53:27 -08:00
wyy
e55b65fd8a Merge branch 'dev' of https://github.com/aszxqw/cppjieba into dev 2013-11-03 04:43:13 -08:00
wyy
0a980536ab bring in cmake 2013-11-03 04:42:39 -08:00
wyy
b0521c6d6e update cppjieba to adapter new limonp 2013-10-30 23:11:51 -07:00
wyy
c701ddd14c thank MINGFEN WANG<artgolf1000@gmail.com>fix bug: MixSegment.cpp中,在最后一段程序的cut函数之前,少了一个:hmmRes.clear(); 导致有些语句分词错误,比如“来这里看看别人正在搜索什么吧”,分词后变成“来/这里/看看/别人/正在/搜索/什么/来/吧”,多了一个来”,加上hmmRes.clear();后分词正常。 2013-10-30 01:04:23 -07:00
wyy
3089e9bf95 add *.pid into .gitignore 2013-10-27 07:06:59 -07:00
wyy
3190ffcd5d modify README.md for server.demo 2013-10-27 07:05:20 -07:00
wyy
9cf476086f add husky server.cpp into demo 2013-10-27 06:51:44 -07:00
wyy
b2d6fbbbe5 add husky 2013-10-27 05:51:57 -07:00
wyy
51e160bf1d merge -> SegmentBase.hpp 2013-10-27 05:13:43 -07:00
wyy
e686cb80e1 -> SegmentBase.hpp 2013-10-26 09:47:58 -07:00
wyy
b04bb2d7b9 rm headers.h 2013-10-26 09:43:56 -07:00
wyy
f0a60a3c94 -> ChineseFilter.hpp 2013-10-26 09:40:56 -07:00
wyy
1137894dd0 rename -> ISegment.hpp 2013-10-26 09:37:38 -07:00
wyy
639290b9ca TransCode.h -> TransCode.hpp 2013-10-26 09:34:41 -07:00
wyy
a55f66da9c modify README.md 2013-10-26 09:28:18 -07:00
wyy
1a3f0db371 merge dev 2013-10-26 09:25:57 -07:00
wyy
2e22f6ed9d update cppcommon -> limonp 2013-10-26 09:19:02 -07:00
wyy
b30605e410 update cppcommon -> limonp 2013-10-26 09:10:57 -07:00
wyy
64f2b8812d update cppcommon -> limonp 2013-10-26 08:52:07 -07:00
wyy
16818c0d69 init test for unitest 2013-10-06 02:25:05 -07:00
wyy
462b7e64d1 delete ChineseFilter.cpp 2013-10-05 22:51:36 -07:00
wyy
8a630ec975 update cppcommon to make logger thread safe 2013-10-05 21:10:37 -07:00
wyy
8a166889a1 ci for release opt in Makefile 2013-09-30 01:10:05 -07:00
wyy
ec948309cc fix MixSegment's bug : clear the res vector before HMMseg called. 2013-09-23 01:22:29 -07:00
wyy
3955368f74 mv cut(const string& str, vector<string>& res) into SegmentBase.cpp and [HMM MP Mix] segs use it . 2013-09-23 00:34:30 -07:00
Wu Yanyi
de0908195f Update README.md 2013-09-21 20:20:21 +08:00
wyy
e243246bed Merge branch 'dev' 2013-09-21 19:10:53 +08:00
wyy
b6f5f0984c 完善对于英文数字和标点符号的分词,'我来自北京邮电大学。。。学号091111xx。。。' 结果可分为: '我/来自/北京邮电大学/。。。/学号/091111xx/。。。' 2013-09-21 19:10:20 +08:00
wyy
4412cc8efc filter not finished at last commit , now finished it and run ok. 2013-09-21 11:35:35 +08:00
wyy
935f9bb708 add filter for recognize the chineseword ,and filter digital or something 2013-09-20 23:33:58 +08:00
wyy
fd697f5aae big change: rename ISegment-> SegmentInterface && add SegmentBase as the *segment's base class 2013-09-20 12:48:37 +08:00
wyy
24a04fd474 Merge branch 'master' of https://github.com/aszxqw/cppjieba 2013-09-19 23:56:03 +08:00
wyy
7a59bd7506 Merge branch 'master' of https://github.com/aszxqw/cppjieba 2013-09-19 23:54:26 +08:00
wyy
cdd187957f big change: add ISegment as the interface of mpsegment,hmmsegment,mixsegment 2013-09-18 22:22:21 +08:00
wyy
abc8f491c9 sed to rm string_format in LogError 2013-09-18 14:15:44 +08:00
wyy
d71e7e1dfc Merge branch 'master' of https://github.com/aszxqw/cppjieba 2013-09-18 10:59:39 +08:00
wyy
8b22558dbe update README.md 2013-09-18 10:58:32 +08:00
wyy
4a11d95cf6 remve the gbk trans out of Transcode.h and delete TransCode this static class ,using namespace TransCode instead, and inlining funct in it , so remove the cpp , only use transcode.h 2013-09-18 10:57:41 +08:00