Commit Graph

  • 776191b375 ci wyy 2014-04-10 22:32:39 +08:00
  • abd23a4d79 rename Trie -> DictTrie wyy 2014-04-10 21:07:11 +08:00
  • f70b654b66 split Trie.hpp into (Trie.hpp & DictTrie.hpp) wyy 2014-04-10 21:05:01 +08:00
  • e6fde86be5 Merge branch 'dev' of github.com:aszxqw/cppjieba into dev wyy 2014-04-10 02:59:40 -07:00
  • 92787a3c72 fix potential bug in Trie.hpp wyy 2014-04-10 02:58:58 -07:00
  • c04ab76afb fix potential bug in Trie.hpp wyy 2014-04-10 02:58:04 -07:00
  • d3dc0ff240 remove isLeaf is flag wyy 2014-04-10 13:24:53 +08:00
  • 61f542a6b1 little modify MPSegment wyy 2014-04-08 09:05:09 -07:00
  • 45a7cac784 change MPSegment's cut(..., vector<TrieNodeInfo>) -> cut(..., vector<Unicode>) wyy 2014-04-08 08:43:32 -07:00
  • 1536a9e2e3 modify _instertNode wyy 2014-04-08 20:39:43 +08:00
  • a3e0db22e8 change trie.find args wyy 2014-04-08 19:59:02 +08:00
  • bfbd63f3e8 remove trie.find(xx,xx, vector) wyy 2014-04-08 19:51:49 +08:00
  • f254691e53 ci MPSegment.hpp wyy 2014-04-07 23:05:09 -07:00
  • 687ebfc19b improve viterbi wyy 2014-04-07 22:54:01 -07:00
  • 278b93e851 increment load_test wyy 2014-04-07 22:52:37 -07:00
  • f9af003440 ci readme.md wyy 2014-04-05 17:45:07 +08:00
  • 440b7b6b6b add post for server wyy 2014-04-03 18:46:51 -07:00
  • b681382205 add post for server wyy 2014-04-03 18:41:03 -07:00
  • ee8ec6955a add post for server wyy 2014-04-03 10:00:40 -07:00
  • d0cfd042a4 ci load_test wyy 2014-04-03 07:04:05 -07:00
  • d791859027 add format=simple in server wyy 2014-04-03 04:53:00 -07:00
  • 467fcf8434 refactor trie.hpp's loading and building wyy 2014-04-02 09:08:45 -07:00
  • 86de722888 little modification wyy 2014-03-31 10:49:25 +08:00
  • 8382828e48 little modification wyy 2014-03-30 23:19:10 +08:00
  • 8eb2a9bc09 fix bug in wyy 2014-03-27 21:03:13 +08:00
  • 22c1a6e670 Merge branch 'master' into less_memory wyy 2014-03-27 01:44:23 -07:00
  • abe4be255f modify some stuff to adapter lower version cmake & g++ wyy 2014-03-27 01:41:05 -07:00
  • 9a7ba0d685 update limonp && husky to adapter less version g++ wyy 2014-03-27 11:44:41 +08:00
  • 2b72d1cf91 calc time consumed in load_test wyy 2014-03-21 11:55:40 +08:00
  • 192bcf879a see changelog.md wyy 2014-03-21 11:25:26 +08:00
  • d2d6868b75 merge some testfile into one testfile to reduce compiler cost wyy 2014-03-21 11:18:34 +08:00
  • 0e33a0a570 Merge branch 'dev' into less_memory wyy 2014-03-19 23:48:03 -07:00
  • 498bc431f4 rm try..catch in HMMSegment wyy 2014-03-19 23:47:46 -07:00
  • ed39e558bc adapt_to_gxx44 wyy 2014-03-18 11:51:04 -05:00
  • 6befded48e TrieNodeMap use map other than unordered_map to reduce memory's cost wyy 2014-03-18 17:22:34 +08:00
  • 52b6c61326 Merge branch 'dev' v2.3.4 wyy 2014-03-16 23:29:37 +08:00
  • ae99225880 merge v2.3.3 wyy 2014-03-16 23:29:19 +08:00
  • 223b35f308 merge v2.3.3 wyy 2014-03-16 23:28:12 +08:00
  • c08154925f add -g compile argv in cmake wyy 2014-03-16 23:23:17 +08:00
  • 89c955c1d6 prettify Trie.hpp ing wyy 2014-03-16 21:00:51 +08:00
  • 762495f5f4 prettify Trie.hpp ing wyy 2014-03-16 20:42:20 +08:00
  • fe7e3ff807 prettify Trie.hpp ing wyy 2014-03-16 20:20:37 +08:00
  • 582d61e3e8 add stopword in KeywordExtractor wyy 2014-03-15 23:38:00 +08:00
  • 6de292a56d add stopword in KeywordExtractor wyy 2014-03-15 23:31:59 +08:00
  • 4a559e7858 update Limonp wyy 2014-03-15 23:13:32 +08:00
  • 752ae03b34 add stop_words.utf8 wyy 2014-03-15 23:11:22 +08:00
  • d96c37d372 add stop_words.utf8 wyy 2014-03-15 23:10:08 +08:00
  • 8b0bffecdb rm TrieManager.hpp wyy 2014-03-15 23:00:32 +08:00
  • 0829a6ae67 rm TrieManager.hpp wyy 2014-03-15 22:59:49 +08:00
  • a4b0a6c762 rm TrieManager.hpp wyy 2014-03-15 22:48:29 +08:00
  • ddaa5589f1 rm TrieManager.hpp wyy 2014-03-15 22:02:48 +08:00
  • f9857a9ad0 ci changelog.md v2.3.3 wyy 2014-03-11 12:45:54 +08:00
  • e3b58d6ddc use map in extract to fix a unordered bug in different environment , by the way, it improves 1/6 speed wyy 2014-03-11 10:43:06 +08:00
  • 90d2280002 use map as DagType to fix a unordered bug in different environment , by the way, it improves 1/6 speed wyy 2014-03-11 10:28:10 +08:00
  • 485383c669 static const char * -> const char* const wyy 2014-03-09 20:02:03 -07:00
  • df9f47eb47 add ut case wyy 2014-03-09 04:49:47 -07:00
  • 7e09667004 fix bug and add simple pos_tagger v2.3.2 wyy 2014-03-07 04:36:07 -08:00
  • a7f4e18027 ci TKeywordExtractor.cpp to fix bug which test in x64 and x86 not the same wyy 2014-03-07 18:35:14 +08:00
  • c74ca2b458 Merge branch 'master' into dev wyy 2014-03-06 23:36:34 -08:00
  • 6fcaad6514 fix bug in BLACK_LIST definition wyy 2014-03-06 23:35:32 -08:00
  • 220066d159 fix bug in postagger.hpp wyy 2014-02-27 13:17:00 +08:00
  • 664ded109a modify cmakelist wyy 2014-02-27 12:13:08 +08:00
  • 2159798685 Merge pull request #21 from aholic/dev Yanyi Wu 2014-02-27 12:05:18 +08:00
  • 275a3779e5 add Part of Speech without viterbi.... aholic 2014-02-25 21:20:48 +08:00
  • 31e3d4fc12 Merge https://github.com/aszxqw/cppjieba into dev aholic 2014-02-25 18:50:24 +08:00
  • ce472622de ci wyy 2014-02-25 20:08:46 -08:00
  • e6ce8e23f0 Merge https://github.com/aszxqw/cppjieba into dev aholic 2014-02-08 17:56:02 +08:00
  • 497a3957d9 modify readme wyy 2014-02-22 23:52:26 +08:00
  • 15d4eb4531 ci readme.md wyy 2014-02-13 23:19:09 +08:00
  • e15aa735fd ci readme.md wyy 2014-02-13 23:17:31 +08:00
  • 9d6ffc4de4 add new tag v2.3.1 in changelog.md v2.3.1 wyy 2014-02-11 14:10:54 +08:00
  • 7ec17a2cd6 fix bug for install server to linux (using start-stop-daemon) wyy 2014-02-11 14:03:53 +08:00
  • b54afeb5a3 modify readme : move some content into wiki wyy 2014-02-11 13:08:24 +08:00
  • bb1e7e717b modify changelog.md v2.3.0 wyy 2014-02-10 11:33:56 +08:00
  • b7c93f196c add keyword_demo into readme.md wyy 2014-02-10 11:30:38 +08:00
  • eff8d45267 fix bug: cmp function pair<string, uint> -> pair<string, double> wyy 2014-02-10 11:16:24 +08:00
  • 31bcaeb11e fix bug: cmp function pair<string, uint> -> pair<string, double> wyy 2014-02-10 11:08:26 +08:00
  • 5cf310f445 modify test for keywordextractor wyy 2014-02-10 00:38:38 +08:00
  • 0cfe54df3a add test/keyword_demo.cpp wyy 2014-02-10 00:26:41 +08:00
  • 8804f193a3 modify readme.md wyy 2014-02-10 00:08:58 +08:00
  • 2596cc5708 add changelog.md wyy 2014-02-10 00:08:10 +08:00
  • 8e2c726a8c Merge branch 'dev' of https://github.com/aszxqw/cppjieba into dev aholic 2014-01-27 01:54:01 +08:00
  • 5f96dcf09a add filter singword in keywordextractor. wyy 2014-02-07 17:51:08 +08:00
  • 440b168d8b ci wyy 2014-02-02 13:53:58 +08:00
  • 18f73f1c30 add dict/readme.md wyy 2014-02-02 13:14:14 +08:00
  • f64c11c57e add blacklist wyy 2014-01-31 17:37:40 +08:00
  • 41a33747f4 use InitOnOff wyy 2014-01-30 01:06:32 +08:00
  • d5bb4e48ec use InitOnOff wyy 2014-01-29 20:37:26 +08:00
  • 259b296b71 int -> uint for avoid warning wyy 2014-01-29 20:20:24 +08:00
  • f1093d6cbc use mit license wyy 2014-01-29 20:13:26 +08:00
  • e23a3f555b add hmm model files for pos tagging aholic 2014-01-27 01:00:06 +08:00
  • 453d4a143f add 依赖软件 in readme wyy 2014-01-26 12:37:01 +08:00
  • 69a82cdbc6 Merge pull request #20 from aholic/dev Yanyi Wu 2014-01-25 20:27:41 -08:00
  • ca3eddfb1e Merge https://github.com/aszxqw/cppjieba into dev aholic 2014-01-24 00:01:52 +08:00
  • abb016f16a fix bug for md5File aholic 2014-01-23 23:58:58 +08:00
  • 2f8821f699 Merge pull request #17 from aholic/dev Yanyi Wu 2014-01-22 04:32:06 -08:00
  • 680399efdc merge upstream aholic 2014-01-12 18:12:22 +08:00
  • fba34e1ace Merge pull request #16 from dlackty/tweak-cmake Yanyi Wu 2014-01-17 18:00:29 -08:00
  • 8ab4daf669 Tweak main CMakeLists Richard Lee 2014-01-18 05:58:14 +08:00
  • 18c205f596 Merge pull request #15 from dlackty/fix-osx-compiling Yanyi Wu 2014-01-17 03:33:46 -08:00