Wang Bin
|
c3dce0d4a1
|
fixed the trie dump/load issue
|
2015-02-04 14:34:12 +08:00 |
|
Wang Bin
|
9ee7ba2c13
|
use github.com/deckarep/golang-set instead of Trie, to reduce memory usage and improve performance, this is corresponding to jieba commit #4a93f21918a26083c039970edb9457c589c3a0ab
|
2015-02-03 15:20:30 +08:00 |
|
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 |
|