853 Commits

Author SHA1 Message Date
Yanyi Wu
82feba693c Merge pull request #59 from bitdeli-chef/master
Add a Bitdeli Badge to README
2016-03-29 00:52:05 -05:00
Bitdeli Chef
627a514b7f Add a Bitdeli badge to README 2016-03-29 06:04:47 +00:00
yanyiwu
81cd435f2a prettify demo output 2016-03-28 01:22:24 +08:00
yanyiwu
500af453e1 add new case: sqljieba 2016-03-27 23:46:14 +08:00
yanyiwu
4b97c57bb2 v4.6.0 v4.6.0 2016-03-26 23:34:40 +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
5a8a0fae7a v4.5.3 v4.5.3 2016-03-18 16:17:57 +08:00
yanyiwu
3ef005275a Upgrade limonp to v0.6.0 2016-03-18 16:14:48 +08:00
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