942 Commits

Author SHA1 Message Date
yanyiwu
81c35dde01 v4.5.2 v4.5.2 2016-03-18 14:32:52 +08:00
yanyiwu
92fdf009cb Upgrade limonp to v0.5.6 to fix hidden trouble. 2016-03-18 14:05:18 +08:00
yanyiwu
643148edf5 platform 2016-02-26 22:33:51 +08:00
yanyiwu
f446ecf2ed v4.5.1 v4.5.1 2016-02-19 16:29:59 +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
fc04cf750a upgrade limonp to v0.5.5 2016-02-19 16:14:33 +08:00
yanyiwu
9d7da4864a v4.5.0 v4.5.0 2016-02-18 16:21:15 +08:00
yanyiwu
0a7b6e62f3 add Unicode32 cases for cut testing 2016-02-18 15:18:35 +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
8d66b1f1fa upgrade limonp to v0.5.4 2016-02-18 14:48:26 +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
6f303ee843 v4.4.1 v4.4.1 2016-01-29 10:14:40 +08:00
yanyiwu
8496f41e5d update changelog.md 2016-01-29 00:49:29 +08:00
yanyiwu
721b34f1bd fix bug, see details in ChangeLog.md 2016-01-29 00:30:38 +08:00
Yanyi Wu
8ca338d75a Update README.md 2016-01-22 21:38:53 +08:00
yanyiwu
446c21851d v4.4.0 v4.4.0 2016-01-21 22:19:10 +08:00
Yanyi Wu
550ac2ab61 Merge pull request #52 from yanyiwu/remove_server
remove server, see details in ChangeLog.md
2016-01-21 19:12:54 +08:00
yanyiwu
34668aa379 remove server, see details in ChangeLog.md 2016-01-21 01:07:31 +08:00
yanyiwu
c1a6726bcc update readme.md 2016-01-20 20:47:21 +08:00
yanyiwu
963bf516a6 v4.3.3 v4.3.3 2016-01-20 12:21:08 +08:00
yanyiwu
4493c604b9 Yet Another Incompatibility Problem Repair: Upgrade [limonp] to version v0.5.3, fix incompatibility problem in Windows 2016-01-20 12:06:56 +08:00
yanyiwu
c34c8f3082 v4.3.2 v4.3.2 2016-01-16 01:44:28 +08:00
yanyiwu
0482ec2b6c [limonp] to version v0.5.2, fix incompatibility problem in Windows 2016-01-16 01:34:18 +08:00
yanyiwu
eb12813194 v4.3.1 v4.3.1 2016-01-13 00:43:11 +08:00
yanyiwu
193e717d22 override constructor in KeywordExtractor 2016-01-13 00:40:46 +08:00
yanyiwu
a6c6e8df8c v4.3.0 v4.3.0 2016-01-11 15:02:09 +08:00
yanyiwu
b41cb0e2ee fix compile error 2016-01-11 14:50:14 +08:00
yanyiwu
d92d3f194d upgrade husky to version v0.2.2 2016-01-11 14:33:43 +08:00
yanyiwu
3ab9a34909 upgrade limonp to version v0.5.1 2016-01-11 14:30:38 +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
yanyiwu
a07a22e9c4 update README 2016-01-10 19:58:47 +08:00
yanyiwu
a740fca866 add english readme 2015-12-24 21:35:06 +08:00
yanyiwu
29306c977f add badge 2015-12-24 21:09:10 +08:00
yanyiwu
fb5d989dc6 v4.2.1 v4.2.1 2015-12-12 21:26:45 +08:00
yanyiwu
bcb112a4b1 upgrade basic functions 2015-12-12 21:25:57 +08:00
yanyiwu
8bf70127c2 upgrade limonp to version v0.4.1 2015-12-12 21:02:40 +08:00
yanyiwu
484ce39d36 update husky to version v0.2.0 2015-12-12 19:43:49 +08:00
yanyiwu
194550823f update limonp to version v0.4.0 2015-12-12 19:42:30 +08:00
yanyiwu
c38015d0ee v4.2.0 v4.2.0 2015-12-09 00:24:27 +08:00
yanyiwu
1d33dcfdd7 add demo into 'make test' and update readme.md about dict path separator 2015-12-09 00:23:17 +08:00
yanyiwu
8482bef442 change multi user dicts seperator from ':' to '|;' 2015-12-09 00:01:27 +08:00
yanyiwu
0989dcb2c9 gitbook-plugin-search-pro 2015-12-04 00:52:29 +08:00
yanyiwu
b3868cdf78 v4.1.2 v4.1.2 2015-12-02 01:20:18 +08:00
yanyiwu
8dc01ae614 add Jieba::Locate function to get word location of cutted sentence 2015-12-02 01:19:23 +08:00
yanyiwu
fb63e78ed2 update cases 2015-12-01 13:46:29 +08:00
Yanyi Wu
1bdedf84ec Merge pull request #49 from jaiminpan/bugfix
避免log fatal
2015-11-28 20:51:40 +08:00
Jaimin Pan
8a956642c3 fix crash if there is black line in dictionary 2015-11-28 20:30:40 +08:00
yanyiwu
a7df45df70 v4.1.1 v4.1.1 2015-11-26 00:53:31 +08:00