Commit Graph

343 Commits (765fd6b7f05b7f887269110dc187ec29b12feb9b)
 

Author SHA1 Message Date
Dingyuan Wang 765fd6b7f0 store int directly in FREQ; small improvements 10 years ago
Sun Junyi c95f402e2b Merge pull request #214 from aszxqw/master
add iosjieba
10 years ago
yanyiwu 1d91072498 add iosjieba 10 years ago
Sun Junyi b08c3f8ed7 Merge pull request #205 from lynschinzer/master
Fix divided by zero issue in case of words are not found in dict.
10 years ago
Lin fea3aec6bd Fix divided by zero issue in case of words are not found in dict. 10 years ago
Sun Junyi 293dbbc390 Merge pull request #203 from gumblex/master
修复 posseg;完善 setup.py
10 years ago
Dingyuan Wang 3dad899ec8 backport 2to3 scripts and changelog 10 years ago
Dingyuan Wang 7b7c6955a9 complete the setup.py, fix #202 problem in posseg 10 years ago
Sun Junyi 8a2e7f0e7e Merge pull request #202 from nomaka/patch-1
Update __init__.py
10 years ago
Nomaka 9cb76dd8b9 Update __init__.py
calc的idx参数没用
10 years ago
Sun Junyi 99748bfc17 Merge pull request #201 from skyerown/master
为关键字提取函数增加词性过滤功能
10 years ago
walkskyer a336e26403 为函数textrank增加参数allowPOS,并修改extract_tags的参数allowPOS与textrank保持一致。 10 years ago
walkskyer bab5f362ba 将exstract_tags参数allowPOS转换为frozenset以减少查找时间。 10 years ago
walkskyer dd62477605 .gitignore中忽略pycharm项目文件 10 years ago
walkskyer d82d2c18df 为关键字提取函数增加词性过滤功能 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
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 d6ef07a472 Merge pull request #192 from gumblex/master
更新、完善说明;命令行加入自定义词典功能
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 82bfffb6ed version update to 0.34 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 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 fc511de012 Merge pull request #176 from fukuball/master
更新 jieba 可以切換 idf 語料庫及 stop words 語料庫的說明
11 years ago
Sun Junyi 99ea59e88d Update README.md 11 years ago
fxsjy 40adb1c591 version 0.33 11 years ago
Fukuball Lin d432789cb4 fix typo 11 years ago
Fukuball Lin cf31a99bf6 將 Readme 中文和半形的英文、數字、符號之間插入空白
將 Readme 中文和半形的英文、數字、符號之間插入空白,增加可讀性
11 years ago
Fukuball Lin e4d323c78b 更新 jieba 可以切換 idf 語料庫及 stop words 語料庫的說明
更新 jieba 可以切換 idf 語料庫及 stop words 語料庫的說明
11 years ago