Commit Graph

441 Commits (89481cfd8484b2decb75e6c3c32b070d5df8300f)
 

Author SHA1 Message Date
Dingyuan Wang 6b0da06481 merge from upstream 10 years ago
fxsjy 5c487dbcba update verson 10 years ago
fxsjy 447c1ded8c fix problem for python3.2 10 years ago
walkskyer dd62477605 .gitignore中忽略pycharm项目文件 10 years ago
Dingyuan Wang a5ecf70f71 update to v0.35 10 years ago
walkskyer d82d2c18df 为关键字提取函数增加词性过滤功能 10 years ago
fxsjy 315a411e52 version update 10 years ago
fxsjy ec68c21ea0 version update' 10 years ago
Sun Junyi 3eea28d6f4 Merge pull request #200 from skyerown/master
修复stop words处理未考虑"\r"导致不能正常匹配的问题。
10 years ago
walkskyer 5571a0337a 修复stop words处理未考虑"\r"导致不能正常匹配的问题。 10 years ago
Sun Junyi 40c0edfd99 Merge pull request #198 from gumblex/jieba3k
Jieba3k 对应更新;半自动转换脚本
10 years ago
Dingyuan Wang 4a6140081e fix problems in auto2to3 10 years ago
Dingyuan Wang 7a6caa0c3c port extract_tags, etc to jieba3k; add auto2to3 script 10 years ago
walkskyer 36bc9e18c6 Merge pull request #1 from fxsjy/master
pull
10 years ago
Sun Junyi 7ce63e53b7 Merge pull request #197 from skyerown/master
修复带权重测试脚本输出结果是调用顺序错误
10 years ago
walkskyer 6772f0282e 修复带权重测试脚本输出结果是调用顺序错误 10 years ago
Sun Junyi a5944bb88e Merge pull request #196 from qinwf/master
Add jiebaR in README
10 years ago
Qin Wenfeng 77a831b8c1 Add jiebaR in README 10 years ago
Sun Junyi cf2aa88122 Merge pull request #195 from gumblex/master
统一获取关键词接口,优化缓存命名
10 years ago
Dingyuan Wang 751ff35eb5 improve extract_tags; unify extract_tags and testrank 10 years ago
Dingyuan Wang e3f3dcccba improve the loading and caching process 10 years ago
Sun Junyi 4cb1924d09 Merge pull request #193 from gumblex/jieba3k
jieba3k 对应更新 #192
10 years ago
Sun Junyi d6ef07a472 Merge pull request #192 from gumblex/master
更新、完善说明;命令行加入自定义词典功能
10 years ago
Dingyuan Wang fd9f1f2c0e update README, textrank, etc. 10 years ago
Dingyuan Wang 9d2818b440 fix English part of README 10 years ago
Dingyuan Wang 31b7d11809 improve README 10 years ago
Dingyuan Wang a6119cc995 add custom dictionary to __main__; update README; slightly optimize textrank 10 years ago
Sun Junyi 0049b0c5b4 Merge pull request #191 from sing1ee/master
add some introduction of textrank
10 years ago
zhangcheng 138d713e98 add some introduction of textrank 10 years ago
Sun Junyi 4030d8ed86 Merge pull request #190 from sing1ee/master
add a simple implementation of textrank
10 years ago
zhangcheng 6eb9f6149c add a simple implementation of textrank 10 years ago
Sun Junyi 1850bd6d37 Update README.md 10 years ago
fxsjy f5ca87e088 merge change of @fukuball 10 years ago
Sun Junyi 10b86e90fb Update README.md 10 years ago
fxsjy ba87fcb01f remove trie, use prefix set instead 10 years ago
fxsjy 82bfffb6ed version update to 0.34 10 years ago
Sun Junyi 56e8336af1 Merge pull request #188 from gumblex/jieba3k
不用Trie,同#187
10 years ago
Sun Junyi 4a93f21918 Merge pull request #187 from gumblex/master
不用Trie,减少内存加快速度;优化代码细节
10 years ago
Dingyuan Wang bb1e6000c6 fix version; fix spaces at end of line 10 years ago
Dingyuan Wang 14671d4feb fix __main__.py 10 years ago
Dingyuan Wang b367690eeb use prefix dict instead of trie, add a command line interface, and a few small improvements 10 years ago
Dingyuan Wang 51df77831b use prefix dict instead of trie, add a command line interface, and a few small improvements 10 years ago
fxsjy eb98eb9248 fix performance problem of extrag_tags 10 years ago
Sun Junyi 7f965e0aa3 Merge pull request #184 from keroro520/master
fix issues 125 (https://github.com/fxsjy/jieba/issues/125)
11 years ago
keroro520 77b442fa88 fix issues (https://github.com/fxsjy/jieba/issues/125) 11 years ago
Sun Junyi 8f52419386 Merge pull request #183 from gumblex/jieba3k
Jieba3k update to v0.33
11 years ago
Dingyuan Wang 626b415152 fix dict.itervalues mistake 11 years ago
Dingyuan Wang 6a3f228c72 fix python3 stuff 11 years ago
Dingyuan Wang b16cf0d63f fix indent typo 11 years ago
Dingyuan Wang 6fad5fbb2c update to v0.33 11 years ago