1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-10 11:40:26 +08:00
Commit Graph

7 Commits

Author SHA1 Message Date
Wang Bin
43480db509 unify Cut method, return channel instead of array 2015-02-27 17:30:45 +08:00
Wang Bin
76b9df8511 change cut method to return a channel string, not []string 2015-02-27 11:37:55 +08:00
Wang Bin
f6c298fc65 small refactor for function names 2015-02-26 17:38:26 +08:00
Wang Bin
af7fefc5fa make tests more readable 2015-01-26 16:20:42 +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
3cc6dd7d1e removed cache, added tests for LoadUserDict 2013-11-01 10:31:12 +08:00
Wang Bin
8c785ad36a initial commit 2013-10-31 18:20:04 +08:00