1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-07 17:50:26 +08:00
Commit Graph

5 Commits

Author SHA1 Message Date
Wang Bin
d2acf94693 code refactor, simplfied trie model, also added cache for dictionary file 2014-08-13 18:21:41 +08:00
Wang Bin
bd12e7682d using bufio.Scanner to reading files, this the recommended way since Go v1.1 2014-08-11 16:43:38 +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