16 Commits

Author SHA1 Message Date
yanyiwu
42a73eeb64 make compiler happy 2016-04-17 22:11:58 +08:00
yanyiwu
dcced8561e remove namespace unicode 2016-04-17 21:59:10 +08:00
yanyiwu
6ff6fe1430 WordRange construct 2016-04-17 21:57:36 +08:00
yanyiwu
339e3ca772 big change: add RuneStr for the position of word in string 2016-04-17 17:30:05 +08:00
yanyiwu
c19736995c Add KeywordExtractor::Word and add more overrided KeywordExtractor::Extract 2016-03-26 22:12:40 +08:00
yanyiwu
e6a2b47b87 hange the return value of KeywordExtractor::Extract from bool to void 2016-03-26 01:16:44 +08:00
yanyiwu
5102b8a5c3 Change Jieba::Locate to be static function. 2016-03-26 01:14:48 +08:00
yanyiwu
7db3f87b5f remove info log for dict loading 2016-03-22 10:45:20 +08:00
yanyiwu
3e28b4bcb1 adjust code for limonp v0.5.5 to solve macro name conflicts 2016-02-19 16:15:23 +08:00
yanyiwu
14e09290c2 change Rune type from uint16_t to uint32_t to support more chinese word 2016-02-18 14:54:03 +08:00
yanyiwu
239d025cd8 delete HashMap, use unordered_map instead 2016-02-16 20:24:28 +08:00
yanyiwu
e6454fef77 use HashMap in Trie, and remove the base array of trie root node, see details in Changelog 2016-02-12 01:37:39 +08:00
yanyiwu
2d3c51dba7 upgrade limonp and use limonp::HashMap in Trie 2016-02-04 23:43:26 +08:00
yanyiwu
721b34f1bd fix bug, see details in ChangeLog.md 2016-01-29 00:30:38 +08:00
yanyiwu
193e717d22 override constructor in KeywordExtractor 2016-01-13 00:40:46 +08:00
yanyiwu
3c5ad24260 source code layout change:
1. src/ -> include/cppjieba/
2. src/limonp/ -> deps/limonp/
3. server/husky -> deps/husky/
4. test/unittest/gtest -> deps/gtest
2016-01-11 14:25:02 +08:00