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

15 Commits

Author SHA1 Message Date
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
b46a8dd73d fixed the test failure problem, any tests that required load user data must put to the bottom of all other tests 2014-08-09 00:51:45 +08:00
Wang Bin
e2d61242c2 fixed jieba issue #137, added test 2014-08-08 18:42:58 +08:00
Wang Bin
385abf0a34 updated dict.txt, corresponding to jieba commit dafc73425e (diff-d41d8cd98f00b204e9800998ecf8427e) 2014-08-08 18:41:19 +08:00
Wang Bin
a70a2af95d updated travis configuration file
set golang version to 1.3
2014-08-08 18:02:27 +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
08cb04815c updated .travis.yml, set go version to 1.1 2013-12-02 22:18:45 +08:00
Wang Bin
c5061d17c7 added .travis.yml 2013-12-02 22:11:56 +08:00
Wang Bin
0cb70d4890 added tokenize function 2013-11-04 14:28:18 +08:00
Wang Bin
c00cc35314 update README.md, added performance data 2013-11-04 07:53:36 +08:00
Wang Bin
1104d62912 updated README.md
Signed-off-by: Wang Bin <wangbin.zibo@gmail.com>
2013-11-01 17:17:06 +08:00
Wang Bin
3cc6dd7d1e removed cache, added tests for LoadUserDict 2013-11-01 10:31:12 +08:00
Wang Bin
c214203325 Merge branch 'master' of github.com:wangbin/jiebago 2013-10-31 18:20:41 +08:00
Wang Bin
8c785ad36a initial commit 2013-10-31 18:20:04 +08:00
wangbin
a945418202 Initial commit 2013-10-30 21:43:12 -07:00