1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-10 03:30:24 +08:00
Commit Graph

10 Commits

Author SHA1 Message Date
Wang Bin
c4c3a5f9ad refactor Cut function, make CutAll a seperate function, to simplify the logic of Cut function 2015-03-30 15:18:36 +08:00
Wang Bin
73d87e4ed6 refactor posseg, added Posseg struct 2015-03-24 16:54:02 +08:00
Wang Bin
0027927b6d code refactor for RegexpSplit function, moved it to util.go, add return chan string 2015-03-24 14:40:06 +08:00
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