Commit Graph

  • 0b99454f73 Merge pull request #14 from dlackty/build-gitignore Yanyi Wu 2014-01-17 03:33:21 -08:00
  • af7fedd3ef Fix OS X 10.9 compiling issues Richard Lee 2014-01-17 19:11:39 +08:00
  • 1587cd1f56 Put build folder to gitignore Richard Lee 2014-01-17 19:08:53 +08:00
  • bca6e7717f add logerror wyy 2014-01-04 18:11:36 +08:00
  • 80f9d2ea4c add DEFINE MIN MACRO wyy 2014-01-04 17:48:13 +08:00
  • 14aa9168d3 remove some warning of compiler wyy 2013-12-24 19:33:56 -08:00
  • 229fcd715f add another extract function in keywordextractor.hpp and ut ok wyy 2013-12-24 19:03:52 -08:00
  • 62b83a36a0 using idf.utf8 in keywordExtractor wyy 2013-12-24 06:55:27 -08:00
  • 9229fec6ca fix bug in test wyy 2013-12-24 03:11:31 -08:00
  • 8271320412 fix bug in cmake wyy 2013-12-24 03:05:58 -08:00
  • 5236c634b2 Merge remote-tracking branch 'origin/dev' wyy 2013-12-24 02:59:19 -08:00
  • 1db13168ff add servertest wyy 2013-12-24 02:58:34 -08:00
  • cdd8517cd0 rename scripts -> script wyy 2013-12-24 02:35:23 -08:00
  • 418b18db55 rename dicts -> dict wyy 2013-12-24 02:32:00 -08:00
  • 0db2dfa6b8 finished KeywordExtractor and its ut wyy 2013-12-24 01:22:02 -08:00
  • 0f7947d1e3 update husky and limonp wyy 2013-12-23 23:59:52 -08:00
  • 3eb0470c2f update husky and limonp wyy 2013-12-23 23:58:54 -08:00
  • 24a15cd128 rename and finishing KeywordExtractor.hpp wyy 2013-12-23 19:22:59 -08:00
  • 657aee0fda mv filterAscii from ChineseFilter.hpp into SegmentBase.hpp wyy 2013-12-21 21:58:15 -08:00
  • 679179859e add some log debug & info wyy 2013-12-21 21:47:01 -08:00
  • 14480a079a add unitest for md5File() aholic 2013-12-17 04:46:33 +08:00
  • 1b801c28a1 add load_test into cmake wyy 2013-12-21 20:14:24 -08:00
  • 5bd4930d41 Merge branch 'dev' of https://github.com/aszxqw/cppjieba into dev wyy 2013-12-21 20:08:55 -08:00
  • c87804758e Merge pull request #12 from aholic/dev Wu Yanyi 2013-12-21 20:09:23 -08:00
  • bbaa8b684d modify load_test wyy 2013-12-21 20:08:40 -08:00
  • cac77cdedf change copyright wyy 2013-12-21 19:14:48 -08:00
  • d9880feb03 someone forget to assign value for maxWordLen in QuerySegment aholic 2013-12-17 02:30:27 +08:00
  • 496e593d53 fux bug in QuerySegment | changes cause by init() aholic 2013-12-17 01:27:53 +08:00
  • 9af21d9658 merge head aholic 2013-12-17 01:19:04 +08:00
  • fa75f0f319 modify construction and init for segments wyy 2013-12-21 09:37:12 -08:00
  • f89cf00552 init TfIdfKeyWord.hpp wyy 2013-12-20 08:57:10 -08:00
  • 072045979f fix a little bug in QuerySegment.hpp aholic 2013-12-17 01:07:10 +08:00
  • 218480aac1 add unitest for TrieManager aholic 2013-12-17 01:06:44 +08:00
  • 4f21617180 add test data for TrieManager aholic 2013-12-17 01:05:46 +08:00
  • bdd1381810 clear tmp result to fix bug in QuerySegment.hpp aholic 2013-12-17 00:03:25 +08:00
  • d8e00f7d62 make TrieManager.hpp looks better aholic 2013-12-17 00:02:48 +08:00
  • 12a4eea111 add unitest for FullSegment and QuerySegment aholic 2013-12-17 00:00:38 +08:00
  • 17cd0bd899 add unitest for FullSegment and QuerySegment aholic 2013-12-16 23:59:37 +08:00
  • 670c7e4a13 finished TTrie.hpp wyy 2013-12-19 09:07:00 -08:00
  • 3395b57227 add ttrie.cpp wyy 2013-12-19 08:22:09 -08:00
  • 202e4670f1 modify README.md wyy 2013-12-19 06:12:12 -08:00
  • 335a7eff47 add THMMSegment.cpp and TMPSegment.cpp for fix little error in using hmmsegment and mpsegment. wyy 2013-12-18 22:42:46 -08:00
  • 9f35b82dd1 add TMixSegment.cpp for testing wyy 2013-12-18 22:24:39 -08:00
  • 2e2036bb73 Merge branch 'master' into dev wyy 2013-12-18 22:17:27 -08:00
  • 8c9907b27a Merge pull request #10 from aholic/dev Wu Yanyi 2013-12-18 22:07:01 -08:00
  • b669cf5db1 modify test/ && ci for lunch wyy 2013-12-18 20:21:40 -08:00
  • 24d5da946d modify test wyy 2013-12-18 04:13:40 -08:00
  • 7cace45a2b Update README.md Wu Yanyi 2013-12-17 21:12:20 +08:00
  • be97fbc78a Update README.md Wu Yanyi 2013-12-17 21:11:14 +08:00
  • 3160aac468 update md5.hpp in limonp aholic 2013-12-16 16:32:24 +08:00
  • 82424cc7f5 add FullSegment QuerySegment TrieManger to README.md aholic 2013-12-16 14:42:53 +08:00
  • 7add684a8a change algorithm for QuerySegment(now is mix+full) | use TrieManager to get a trie for all Segment aholic 2013-12-16 14:18:44 +08:00
  • a0f588a8af update md5.hpp in limonp | change map type in TrieManager.hpp aholic 2013-12-16 07:01:50 +08:00
  • 0bc5f6f00b Merge branch 'dev' of https://github.com/aszxqw/cppjieba into dev aholic 2013-12-16 06:06:41 +08:00
  • 7c7d5e29bc update Limonp, add TrieManager to manage tries aholic 2013-12-16 06:03:04 +08:00
  • 86b78e723d add unittest wyy 2013-12-14 23:46:17 -08:00
  • 3545eef281 modify test wyy 2013-12-14 22:18:39 -08:00
  • 72ba32dd0a add unittest using gtest wyy 2013-12-14 22:08:03 -08:00
  • d54de9cd6b Merge branch 'dev' of https://github.com/aszxqw/cppjieba into dev aholic 2013-12-14 13:58:42 +08:00
  • 7744e7c36c add weicheng.utf8 wyy 2013-12-14 19:37:17 -08:00
  • d47900d65a Merge pull request #9 from aholic/master Wu Yanyi 2013-12-14 06:27:25 -08:00
  • 599c130bd9 make MixSegment looks better aholic 2013-11-28 10:49:40 +08:00
  • 12328a3a7e remove macro NO_CODING_LOG aholic 2013-11-28 09:17:29 +08:00
  • 1b1ed6e3aa Merge branch 'dev' wyy 2013-12-12 23:26:13 -08:00
  • e8f72692c1 modify test wyy 2013-12-12 23:24:04 -08:00
  • f3e0df12f7 modify test wyy 2013-12-12 23:21:27 -08:00
  • 1e29d25855 use assert for getinitflag wyy 2013-12-11 04:52:33 -08:00
  • acb4150e3c remove some unused code wyy 2013-12-08 03:29:28 -08:00
  • 313e05da1b ci for lunch wyy 2013-12-07 20:25:28 -08:00
  • bcc2329a0e modify README.md v2.2.0 wyy 2013-12-07 08:11:43 -08:00
  • 1169521c42 modify calcDAG to speed up wyy 2013-12-07 08:05:05 -08:00
  • 15685d5cf2 modify test wyy 2013-12-07 07:46:16 -08:00
  • 81c2d3caf1 modify calcDAG try to speed up wyy 2013-12-07 07:45:06 -08:00
  • 32bafd78f0 ci wyy 2013-12-07 06:53:38 -08:00
  • 5a82b61e02 modify test wyy 2013-12-07 06:24:44 -08:00
  • e982f730af Merge pull request #7 from aholic/master Wu Yanyi 2013-12-07 05:32:14 -08:00
  • 18de12a21c add NO_FILTER macro wyy 2013-12-07 17:32:11 +08:00
  • 27bc6d0eb1 Merge https://github.com/aszxqw/cppjieba aholic 2013-11-27 22:52:08 +08:00
  • 45a5df5856 fix bug's in SegmentBase where using filterAscii wyy 2013-12-07 15:22:00 +08:00
  • 8e8a68352b modify some gbk enc for more robust wyy 2013-12-06 22:52:59 -08:00
  • dc5eeb5531 Merge branch 'master' of https://github.com/aholic/cppjieba aholic 2013-11-27 21:07:39 +08:00
  • 03f5144a3e add QuerySegment aholic 2013-11-27 20:49:00 +08:00
  • a25007f032 add QuerySegment aholic 2013-11-27 20:46:45 +08:00
  • eda4acceb5 add QuerySegment aholic 2013-11-27 20:49:00 +08:00
  • f396047e49 add QuerySegment aholic 2013-11-27 20:46:45 +08:00
  • 7106a4475f Merge branch 'master' into dev wyy 2013-12-06 06:50:48 -08:00
  • 5661a7ae3c Merge pull request #6 from aholic/master Wu Yanyi 2013-12-06 06:50:37 -08:00
  • cde97bf9b8 remove chinesefilter wyy 2013-12-06 06:19:54 -08:00
  • 5692220756 add filterAscii wyy 2013-12-06 06:01:45 -08:00
  • 1bdce8904f update enc wyy 2013-12-06 04:57:19 -08:00
  • 1576d15b2f modify ChineseFilter.hpp to identify ansi char to speed up wyy 2013-12-06 04:20:57 -08:00
  • 0e61f02afe modify test wyy 2013-12-06 04:15:53 -08:00
  • ceeff56cdd add test wyy 2013-12-06 02:45:25 -08:00
  • ef8954f1fe merge upstream aholic 2013-11-27 16:32:54 +08:00
  • d82ac83a8a modify cmakelists.txt for gbk encoding wyy 2013-12-06 00:21:18 -08:00
  • b1a71f0495 add init dipose into ISegment.hpp wyy 2013-12-05 23:38:02 -08:00
  • 2728d8311e ci for save wyy 2013-12-05 22:13:22 -08:00
  • f79ce99a55 ci for dinner wyy 2013-12-05 02:54:29 -08:00
  • bcff58ff36 modify segment.cpp for example wyy 2013-12-05 01:04:16 -08:00
  • 45a85ed845 Merge branch 'master' into dev wyy 2013-12-05 00:59:26 -08:00