Commit Graph

  • d71e7e1dfc Merge branch 'master' of https://github.com/aszxqw/cppjieba wyy 2013-09-18 10:59:39 +08:00
  • 8b22558dbe update README.md wyy 2013-09-18 10:58:32 +08:00
  • 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 wyy 2013-09-18 10:57:41 +08:00
  • 961575e339 remve the utf8 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 wyy 2013-09-18 10:21:10 +08:00
  • 8d3e47af3b Update README.md Wu Yanyi 2013-09-18 09:52:22 +08:00
  • e59aea26af Update README.md Aszxqw 2013-09-15 09:54:32 +08:00
  • 538c0119ba add LICENSE wyy 2013-09-14 23:15:09 +08:00
  • 1fcbb470a9 modify make clean wyy 2013-09-14 15:51:13 +08:00
  • 06d8b6f757 rename src -> cppjieba && mv cppcommon out of compile in makefile and link it in using in demo wyy 2013-09-14 12:46:43 +08:00
  • 4ab7002a6f modify README.md wyy 2013-09-13 19:49:22 +08:00
  • e11420159b add segment speed info in README.md wyy 2013-09-13 19:31:53 +08:00
  • eb233abbdd fix bug in MPSegment.cpp/h and improve the cut speed. v1.1 wyy 2013-09-13 15:04:07 +08:00
  • 8e3c4eccbb add TrieNodeInfo's toString() wyy 2013-09-13 14:43:52 +08:00
  • dc41068d58 inlining some funct int Trie.cpp/h and add find(const Unicode&, vector<pair<uint, Trienodeinfo*> >&res) wyy 2013-09-13 13:12:32 +08:00
  • b9882f8297 update cppcommon for var_args in loggingF wyy 2013-09-12 00:31:01 +08:00
  • c140cbdfc1 sed -i 's/\t/ /g' wyy 2013-09-11 19:15:07 +08:00
  • 99f094c64b mv cppcommo out of src wyy 2013-09-10 00:25:35 +08:00
  • aefbbdf49d rewrite transcode for time conmused by mv some return value of funct to argv of functs wyy 2013-09-09 22:55:55 +08:00
  • d5b9bb21dd update cppcommon for remove unused headerfiles wyy 2013-09-09 17:26:55 +08:00
  • de294427cc add example.sh && modify some demo funct wyy 2013-09-09 16:54:31 +08:00
  • 4ec1ad8031 finished mixsegment.cpp/h and modify some funct for adapt to mixsegment wyy 2013-09-09 16:34:38 +08:00
  • a10876f808 rename some Transcode's funct into encode and decode wyy 2013-09-09 14:36:28 +08:00
  • e8a98d4e4d big reconstruction: replace string word with Unicode in structs.h and others wyy 2013-09-09 14:22:25 +08:00
  • 70f12f2c97 init mixSegment.cpp/h wyy 2013-09-09 00:40:01 +08:00
  • 27143066db rename Segment into MPSegment wyy 2013-09-08 23:51:48 +08:00
  • 789ea7c1da modify some function name and structs's contruct fucntion gwdwyy 2013-09-08 22:20:18 +08:00
  • 5f48e7b437 Merge branch 'master' of github.com:aszxqw/cppjieba gwdwyy 2013-09-06 22:12:15 +08:00
  • 544d4d7cb1 change the public load* function to private && mv them into init(...) gwdwyy 2013-09-06 00:53:36 +08:00
  • b167777a31 change the public load* function to private && mv them into init(...) gwdwyy 2013-09-06 00:53:36 +08:00
  • 50117075a7 rewrite the wrong demo's command in README.md gwdwyy 2013-09-05 22:40:02 +08:00
  • ef0739b0dc fix hmmsegment's output bug gwdwyy 2013-09-05 20:04:48 +08:00
  • e3d840bb03 ci README.md gwdwyy 2013-09-05 01:43:21 +08:00
  • a8374bd2b7 update cppcommon for splitStr gwdwyy 2013-09-04 18:03:24 +08:00
  • 2319fd9307 update cppcommon for endswith in str_funst.h gwdwyy 2013-08-31 16:14:25 +08:00
  • 8b3a192037 update cppcommon for argv gwdwyy 2013-08-31 13:07:15 +08:00
  • 56b4f1c372 fix error in demo gwdwyy 2013-08-31 11:54:13 +08:00
  • 05949a7012 undef uint gwdwyy 2013-08-26 18:45:42 +08:00
  • 44ca48cb01 update cppcommon for rm uint gwdwyy 2013-08-26 18:41:56 +08:00
  • 2f16e73a6f add hmmsegment into readme gwdwyy 2013-08-26 01:34:37 +08:00
  • dce3755d79 fix bugs gwdwyy 2013-08-26 01:30:35 +08:00
  • 05a4ba3a22 add HMMsegment into demo but with bug unsolved. gwdwyy 2013-08-26 00:58:41 +08:00
  • 8530585d05 little change gwdwyy 2013-08-25 22:44:02 +08:00
  • 847fb9f094 add hmm_model.utf8/gbk gwdwyy 2013-08-25 22:32:52 +08:00
  • e2f9757752 add algorithm in README.md gwdwyy 2013-08-25 22:30:50 +08:00
  • 401a4885e5 rename vector<uint16_t> to Unicode gwdwyy 2013-08-25 22:08:49 +08:00
  • bda660dc66 finished viterbi gwdwyy 2013-08-25 21:31:18 +08:00
  • d4b69f9e58 finished load hmm_model gwdwyy 2013-08-24 22:24:54 +08:00
  • 8ab598eaeb title gwdwyy 2013-08-24 22:13:39 +08:00
  • 13421cd0e6 update cppcommon for trim gwdwyy 2013-08-24 20:11:15 +08:00
  • 27e3b1871c add hmmsegment gwdwyy 2013-08-24 17:16:12 +08:00
  • 23d652a3eb use hash_map to improve speed but need more momenry gwdwyy 2013-08-21 17:17:03 +08:00
  • 62efd1fca4 little change gwdwyy 2013-08-21 13:00:48 +08:00
  • 4e5c48962a modify readme gwdwyy 2013-08-20 21:17:54 +08:00
  • 48d36da4b4 modify README gwdwyy 2013-08-20 02:14:15 +08:00
  • 07d27e250d defautl encoding is changed to utf8 gwdwyy 2013-08-20 02:11:09 +08:00
  • fda9e910ed add utf8 into TransCode.cpp && run ok gwdwyy 2013-08-20 01:52:42 +08:00
  • 21aba96168 add utf8 into TransCode.cpp && run ok gwdwyy 2013-08-20 01:36:34 +08:00
  • 51aa9c11f7 update logger.cpp/g gwdwyy 2013-08-19 20:52:49 +08:00
  • 73e83e6ed9 add KeyWordInfo into KeyWordExt.cpp/h gwdwyy 2013-08-19 19:01:53 +08:00
  • 346bc54c35 add segmentContext in segment && run ok gwdwyy 2013-08-19 01:29:46 +08:00
  • 8f06d1340a update cppcommon gwdwyy 2013-08-18 23:06:18 +08:00
  • ff34095252 mv *NodeInfo into structs.h and WordInfo is derived from TrieNodeInfo gwdwyy 2013-08-18 14:04:15 +08:00
  • abb507a029 addding utf8 gwdwyy 2013-08-18 13:13:55 +08:00
  • 9302f54e04 update cppcommon && adding utf-8 gwdwyy 2013-08-18 00:26:50 +08:00
  • c8d128a1d3 modify segment_demo gwdwyy 2013-08-16 20:43:43 +08:00
  • da294a04f8 ci for insertTrie 2 or 3 column gwdwyy 2013-08-16 20:21:12 +08:00
  • 2e85c1c833 replace const string& filePath with const char * const gwdwyy 2013-08-16 12:58:07 +08:00
  • a20aa21f70 fix warn bug gwdwyy 2013-08-16 12:54:45 +08:00
  • 2c77ac8806 update cppcommon gwdwyy 2013-08-14 17:32:11 +08:00
  • 05879ac6c3 update cppcommon gwdwyy 2013-08-12 22:02:38 +08:00
  • 78900b957f update cppcommon gwdwyy 2013-08-12 20:07:35 +08:00
  • f6142c6ff0 update cppcommon gwdwyy 2013-08-12 19:55:52 +08:00
  • 15a06fad9b modify logger.cpp/h gwdwyy 2013-08-06 16:44:57 +08:00
  • 1e0872c422 update logger.cpp/h gwdwyy 2013-08-05 15:58:44 +08:00
  • 55d1f0664f add extract(vector<string> ...) gwdwyy 2013-08-05 15:46:08 +08:00
  • 5666efa96e init readme gwdwyy 2013-08-02 22:01:44 +08:00
  • 023cb964ed init demos gwdwyy 2013-08-02 21:36:22 +08:00
  • 35647189a6 fix bug gwdwyy 2013-08-02 21:19:57 +08:00
  • d15c7dd75c init demo and add jieba.dict.gbk gwdwyy 2013-08-02 21:06:39 +08:00
  • ade85484f6 mkdir demo and mv gwdwyy 2013-08-02 20:56:05 +08:00
  • 76308730fe update makefile gwdwyy 2013-08-02 20:52:35 +08:00
  • df4a543270 init README gwdwyy 2013-08-02 20:16:33 +08:00
  • 4a7e1eaaa7 init README gwdwyy 2013-08-02 20:13:46 +08:00
  • 8d3759e22f add headers.h gwdwyy 2013-07-27 15:15:03 +08:00
  • ff5677ef78 update cppcommon gwdwyy 2013-07-27 14:54:42 +08:00
  • 0fd8c4bd56 fix bugs in segment gwdwyy 2013-07-26 14:23:55 +08:00
  • a9abe6eccb debug gwdwyy 2013-07-26 13:46:43 +08:00
  • f104ef043e add debug into segment gwdwyy 2013-07-26 13:40:25 +08:00
  • 7e1186a4ba add debug and release in makefile gwdwyy 2013-07-26 13:13:55 +08:00
  • b2775888d1 modify demo.cpp gwdwyy 2013-07-25 11:59:41 +08:00
  • 4340745c09 update logger.cpp gwdwyy 2013-07-25 11:04:15 +08:00
  • 4c5c3c1ea6 update logger.cpp gwdwyy 2013-07-23 11:19:36 +08:00
  • ddb55f7e8e modify democ.pp gwdwyy 2013-07-23 11:15:53 +08:00
  • 176bc04d7a rewrite author gwdwyy 2013-07-23 01:31:48 +08:00
  • f47904a9d5 finished keywordext.cpp gwdwyy 2013-07-23 01:05:45 +08:00
  • 9ad05b791f finish segment gwdwyy 2013-07-23 00:53:14 +08:00
  • 5513cd94a5 finishing trie.cpp/h gwdwyy 2013-07-23 00:38:15 +08:00
  • 58d10974a9 add transcode.cpp/h gwdwyy 2013-07-23 00:01:37 +08:00
  • a76f1f5398 update cppcommon gwdwyy 2013-07-22 23:13:06 +08:00
  • d3b5af4e70 remove debug gwdwyy 2013-07-22 17:55:02 +08:00