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 |
|
Wu Yanyi
|
8d3e47af3b
|
Update README.md
|
2013-09-18 09:52:22 +08:00 |
|
Aszxqw
|
e59aea26af
|
Update README.md
|
2013-09-15 09:54:32 +08:00 |
|
wyy
|
538c0119ba
|
add LICENSE
|
2013-09-14 23:15:09 +08:00 |
|
wyy
|
1fcbb470a9
|
modify make clean
|
2013-09-14 15:51:13 +08:00 |
|
wyy
|
06d8b6f757
|
rename src -> cppjieba && mv cppcommon out of compile in makefile and link it in using in demo
|
2013-09-14 13:14:51 +08:00 |
|
wyy
|
4ab7002a6f
|
modify README.md
|
2013-09-13 19:49:22 +08:00 |
|
wyy
|
e11420159b
|
add segment speed info in README.md
|
2013-09-13 19:31:53 +08:00 |
|
wyy
|
eb233abbdd
|
fix bug in MPSegment.cpp/h and improve the cut speed.
v1.1
|
2013-09-13 15:20:45 +08:00 |
|
wyy
|
8e3c4eccbb
|
add TrieNodeInfo's toString()
|
2013-09-13 14:43:52 +08:00 |
|
wyy
|
dc41068d58
|
inlining some funct int Trie.cpp/h and add find(const Unicode&, vector<pair<uint, Trienodeinfo*> >&res)
|
2013-09-13 13:12:32 +08:00 |
|
wyy
|
b9882f8297
|
update cppcommon for var_args in loggingF
|
2013-09-12 00:31:01 +08:00 |
|
wyy
|
c140cbdfc1
|
sed -i 's/\t/ /g'
|
2013-09-11 19:15:07 +08:00 |
|
wyy
|
99f094c64b
|
mv cppcommo out of src
|
2013-09-10 00:25:35 +08:00 |
|
wyy
|
aefbbdf49d
|
rewrite transcode for time conmused by mv some return value of funct to argv of functs
|
2013-09-09 22:55:55 +08:00 |
|
wyy
|
d5b9bb21dd
|
update cppcommon for remove unused headerfiles
|
2013-09-09 17:26:55 +08:00 |
|
wyy
|
de294427cc
|
add example.sh && modify some demo funct
|
2013-09-09 16:56:02 +08:00 |
|
wyy
|
4ec1ad8031
|
finished mixsegment.cpp/h and modify some funct for adapt to mixsegment
|
2013-09-09 16:34:38 +08:00 |
|
wyy
|
a10876f808
|
rename some Transcode's funct into encode and decode
|
2013-09-09 14:36:28 +08:00 |
|
wyy
|
e8a98d4e4d
|
big reconstruction: replace string word with Unicode in structs.h and others
|
2013-09-09 14:22:25 +08:00 |
|
wyy
|
70f12f2c97
|
init mixSegment.cpp/h
|
2013-09-09 00:40:01 +08:00 |
|
wyy
|
27143066db
|
rename Segment into MPSegment
|
2013-09-08 23:51:48 +08:00 |
|
gwdwyy
|
789ea7c1da
|
modify some function name and structs's contruct fucntion
|
2013-09-08 22:20:18 +08:00 |
|
gwdwyy
|
5f48e7b437
|
Merge branch 'master' of github.com:aszxqw/cppjieba
|
2013-09-06 22:12:15 +08:00 |
|
gwdwyy
|
544d4d7cb1
|
change the public load* function to private && mv them into init(...)
|
2013-09-06 18:11:15 +08:00 |
|
gwdwyy
|
b167777a31
|
change the public load* function to private && mv them into init(...)
|
2013-09-06 01:08:45 +08:00 |
|
gwdwyy
|
50117075a7
|
rewrite the wrong demo's command in README.md
|
2013-09-05 22:40:02 +08:00 |
|
gwdwyy
|
ef0739b0dc
|
fix hmmsegment's output bug
|
2013-09-05 20:04:48 +08:00 |
|
gwdwyy
|
e3d840bb03
|
ci README.md
|
2013-09-05 01:43:21 +08:00 |
|
gwdwyy
|
a8374bd2b7
|
update cppcommon for splitStr
|
2013-09-04 18:03:24 +08:00 |
|
gwdwyy
|
2319fd9307
|
update cppcommon for endswith in str_funst.h
|
2013-08-31 16:14:25 +08:00 |
|
gwdwyy
|
8b3a192037
|
update cppcommon for argv
|
2013-08-31 13:07:15 +08:00 |
|
gwdwyy
|
56b4f1c372
|
fix error in demo
|
2013-08-31 11:54:13 +08:00 |
|
gwdwyy
|
05949a7012
|
undef uint
|
2013-08-26 18:45:42 +08:00 |
|
gwdwyy
|
44ca48cb01
|
update cppcommon for rm uint
|
2013-08-26 18:41:56 +08:00 |
|
gwdwyy
|
2f16e73a6f
|
add hmmsegment into readme
|
2013-08-26 01:34:37 +08:00 |
|