1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-09 02:50:24 +08:00
Commit Graph

16 Commits

Author SHA1 Message Date
Wang Bin
122bad0a8d code refactor, added more documents 2015-05-06 12:55:04 +08:00
Wang Bin
87caff09cb small refactor according to go vet check results 2015-05-04 18:56:55 +08:00
Wang Bin
52fad00403 refactor analyse module 2015-05-04 16:39:37 +08:00
Wang Bin
500e6bd10e tweak style 2015-05-04 15:11:55 +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
48a0bd390b fixed a typo in previous commit 2015-03-30 11:13:00 +08:00
Wang Bin
a66bf2a0bd move dictPath function private 2015-03-30 11:02:57 +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
1c378c28a7 finished all OOP refactor 2015-03-24 18:34:07 +08:00
Wang Bin
d06ba85b0b make some public variable/function to private 2015-02-28 18:08:57 +08:00
Wang Bin
dd7e4ec802 refactor, removed duplicated codes 2015-02-26 17:59:34 +08:00
Wang Bin
73cb677aca added test for load cutomized stop words file 2015-02-25 12:04:09 +08:00
Wang Bin
5e01cf47a3 small refactor, move stopwords to a seperate file 2015-01-26 18:34:19 +08:00
Wang Bin
b828b25f67 fix performance problem of extrag_tags, corresponding to jieba commit #eb98eb92484d3d302cd96049be43c224fe45414a 2015-01-26 18:31:10 +08:00
Wang Bin
052c571015 allow user to manually set idf file and stop words file, corresponding to jieba commit 16d626d3477c8649d42094d7d7d4ae7c619783de 2014-08-14 12:05:29 +08:00
Wang Bin
8c785ad36a initial commit 2013-10-31 18:20:04 +08:00