1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-11 12:20:24 +08:00
Commit Graph

11 Commits

Author SHA1 Message Date
Wang Bin
e155fe5467 refactor to generalize set dictionary function, not finished yet 2015-03-25 18:46:14 +08:00
Wang Bin
59da5b5e3a removed dict.go, functions move to util.go, also use interface to simplify code 2015-03-25 18:28:37 +08:00
Wang Bin
7fe5e7d4c4 small refactor, replace WordTagFreq with Entry 2015-03-25 17:53:25 +08:00
Wang Bin
73d87e4ed6 refactor posseg, added Posseg struct 2015-03-24 16:54:02 +08:00
Wang Bin
1aabc4a2f3 removed unnecessary MarshalBinary/UnmarshalBinary method 2015-03-16 15:55:41 +08:00
Wang Bin
858ceb5a0b small tweaks, add docs 2015-02-28 17:08:04 +08:00
Wang Bin
aa9ad48b1c refactor variable name 2015-02-26 16:07:08 +08:00
Wang Bin
ecf2da12f4 code refactor, newTire method now only return errors 2015-02-26 15:53:44 +08:00
Wang Bin
35094877da small refactor 2015-02-26 14:42:16 +08:00
Wang Bin
60b2c9f763 small refactor, put parse dictionary function in seperate gile 2015-02-26 14:22:29 +08:00
Wang Bin
95a27da5cf small refactor, rename files 2015-02-26 11:12:05 +08:00