1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-05 00:32:51 +08:00

159 Commits

Author SHA1 Message Date
昔音幻离
5c1e948fb8 optimize: addToken 性能优化 (#1) 2026-01-04 00:00:01 +08:00
源文雨
36c17a10b5 fs.File -> io.Reader 2022-12-03 10:54:06 +08:00
源文雨
35ac98dc5f add compare 2022-11-30 16:39:37 +08:00
源文雨
9e2fa12d75 add license 2022-11-30 16:29:21 +08:00
源文雨
45c0f09d80 upd readme 2022-11-30 16:28:27 +08:00
源文雨
1803c768ee pass tests & update readme 2022-11-30 16:27:07 +08:00
源文雨
6982ead703 优化 jieba 2022-11-30 16:00:56 +08:00
源文雨
4d76899e79 优化 tokenizer 2022-11-30 15:39:50 +08:00
源文雨
a433e052c5 优化 posseg 2022-11-30 15:34:39 +08:00
源文雨
7c685f789e 优化 Segmenter 2022-11-30 15:27:46 +08:00
源文雨
b2508252d5 优化 finalseg 2022-11-30 14:47:50 +08:00
源文雨
6b239b5918 优化 analyze 2022-11-30 14:18:36 +08:00
源文雨
f3da9e6420 优化 dict, add fs.File 支持 2022-11-30 14:14:48 +08:00
源文雨
c8785c7994 drop chan in DictLoader 2022-11-30 13:49:06 +08:00
源文雨
d487545eb5 优化 tag_extracker 2022-11-30 13:35:21 +08:00
源文雨
ae85ccb20a 优化 TextRanker float 2022-11-30 13:15:12 +08:00
源文雨
a8d1e81f73 优化 TextRanker 2022-11-30 12:56:04 +08:00
源文雨
21cdb2e863 优化 textrank 2022-11-30 12:38:47 +08:00
源文雨
8bbc755ed4 优化 2022-11-30 12:18:15 +08:00
Wang Bin
ab8b95ef87 Merge branch 'release/v0.3.2' 2015-05-08 16:35:21 +08:00
Wang Bin
6b75cef871 tweak SuggestFrequency, added example 2015-05-08 16:34:28 +08:00
Wang Bin
c48eb5b4a7 added AddWord/DeleteWord/SuggestFrequency functions, this is correpsonding to jieba commit #59aa8b69b1399569ea6b417280c993da703baba8 2015-05-08 11:57:46 +08:00
Wang Bin
3d91f615cf moved tokenizers to a seperated module 2015-05-07 18:52:29 +08:00
Wang Bin
7440fa00df tweak examples for nalyse 2015-05-07 17:43:35 +08:00
Wang Bin
16bd618c0c fixed tests, tweak examples 2015-05-07 17:38:08 +08:00
Wang Bin
385514113a Merge branch 'release/v0.3' 2015-05-07 15:26:03 +08:00
Wang Bin
d03900e757 updated README 2015-05-07 15:25:09 +08:00
Wang Bin
1497472b82 added example_parallel_cut_test.go 2015-05-07 15:10:16 +08:00
Wang Bin
939e903f31 small code refactor 2015-05-07 10:59:01 +08:00
Wang Bin
c068670e9b added more examples 2015-05-06 17:50:29 +08:00
Wang Bin
b3ea94ba47 tweak docs 2015-05-06 16:11:11 +08:00
Wang Bin
f96acf3e85 added example_test.go, rename analyse_test.go to tag_extracker_test.go, removed bench.sh 2015-05-06 15:57:05 +08:00
Wang Bin
4e8887da5e added package documentation 2015-05-06 15:23:35 +08:00
Wang Bin
c937cdac5d added example_test.go 2015-05-06 15:19:00 +08:00
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
cfed2de1cd added tests for dictionary/dictionary.go 2015-05-04 18:40:50 +08:00
Wang Bin
1a9466927a move tokenizer.go to top directory 2015-05-04 18:20:35 +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
edef39719d move jieba to a seperate module, tweak posseg module 2015-04-30 17:01:02 +08:00
Wang Bin
d9f77563bf added util module 2015-04-30 15:26:34 +08:00
Wang Bin
732196127b added more tests for dictionary.go 2015-04-30 11:21:16 +08:00
Wang Bin
ac7628edaf added tests for dictionary.go, fixed a small bug 2015-04-30 11:03:54 +08:00
Wang Bin
ae54d82c68 added tests for dictionary.go, fixed a small bug 2015-04-30 11:02:01 +08:00
Wang Bin
0124ebadce put dictionary to a seperated module 2015-04-29 18:51:38 +08:00
Wang Bin
b19eb4f6fe code refactor, use uint for map key to improve performance 2015-04-06 20:24:07 +08:00
Wang Bin
17ab0b2cc7 small style refactor 2015-04-04 17:42:41 +08:00
Wang Bin
83efde1e61 small refactors, removed sort in dag, save logTotal in segmenter 2015-04-04 17:10:40 +08:00
Wang Bin
5c6a2eff74 Merge branch 'posseg' into develop 2015-04-04 15:39:21 +08:00