1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-18 09:20:26 +08:00
Commit Graph

15 Commits

Author SHA1 Message Date
Wang Bin
122bad0a8d code refactor, added more documents 2015-05-06 12:55:04 +08:00
Wang Bin
b19eb4f6fe code refactor, use uint for map key to improve performance 2015-04-06 20:24:07 +08:00
Wang Bin
17ab0b2cc7 small style refactor 2015-04-04 17:42:41 +08:00
Wang Bin
bbe302a351 removed sorts to slightly improve performance 2015-04-03 16:48:45 +08:00
Wang Bin
800ecaa8c9 small refactor 2015-03-25 16:01:05 +08:00
Wang Bin
8687ca58b8 removed unecessary stateTag struct, using string instead 2015-03-25 15:13:46 +08:00
Wang Bin
84bd2e14e2 make some public variable/function to private 2015-02-28 17:43:10 +08:00
Wang Bin
b23dc63eb2 make some public variable/function to private 2015-02-28 17:40:58 +08:00
Wang Bin
2c6a897751 make some public variable/function to private 2015-02-28 17:35:04 +08:00
Wang Bin
db06c66086 make some public variable/function to private 2015-02-28 17:32:40 +08:00
Wang Bin
4b0ddcf666 make some public variable/function to private 2015-02-28 17:27:16 +08:00
Wang Bin
858ceb5a0b small tweaks, add docs 2015-02-28 17:08:04 +08:00
Wang Bin
b51ae37771 fixed the bug cause random testing failure, the Less() function was wrong 2014-08-11 16:44:26 +08:00
Wang Bin
3d685f1980 fixed the bug from issue #132 from original jieba issue track
- issue details from https://github.com/fxsjy/jieba/issues/132
 - updated tests
 - also some code refactors
2014-08-08 17:59:49 +08:00
Wang Bin
8c785ad36a initial commit 2013-10-31 18:20:04 +08:00