1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-23 04:30:44 +08:00
Commit Graph

17 Commits

Author SHA1 Message Date
Wang Bin
122bad0a8d code refactor, added more documents 2015-05-06 12:55:04 +08:00
Wang Bin
500e6bd10e tweak style 2015-05-04 15:11:55 +08:00
Wang Bin
edef39719d move jieba to a seperate module, tweak posseg module 2015-04-30 17:01:02 +08:00
Wang Bin
84ad6fe25e code refactor, updated RegexpSplit function to match Python's re.split function 2015-04-02 18:25:00 +08:00
Wang Bin
0ab9063f43 added benchmarks for posseg 2015-03-31 13:49:54 +08:00
Wang Bin
7cf16072e6 updated all tests to use Fatal/Fatalf to fail tests ealier 2015-03-30 18:01:21 +08:00
Wang Bin
c397cafe8a uniform the api 2015-03-30 17:52:09 +08:00
Wang Bin
51c63cb9ad small refactor the interface, use contructors instead of pointers for entry 2015-03-30 13:00:56 +08:00
Wang Bin
73d87e4ed6 refactor posseg, added Posseg struct 2015-03-24 16:54:02 +08:00
Wang Bin
d76fbfb017 unify Cut method, return channel instead of array 2015-02-27 17:04:50 +08:00
Wang Bin
c2abc24083 small refactor 2015-02-26 14:59:14 +08:00
Wang Bin
9b2e9d29df fixed the spell mistakes in posseg_test.go 2015-02-03 11:31:31 +08:00
Wang Bin
2b15490388 make tests more readable 2015-01-26 17:10:54 +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
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
8c785ad36a initial commit 2013-10-31 18:20:04 +08:00