Commit Graph

483 Commits (03cd4b5fb68c37434654f599073363ba0ab72911)
 

Author SHA1 Message Date
Fukuball Lin b658ee69cb 讓 jieba 可以自行增加 stop words 語料庫
1. 增加範例 stop words 語料庫
2. 為了讓 jieba 可以切換 stop words 語料庫,新增 set_stop_words 方法,並改寫 extract_tags
3. test 增加 extract_tags_stop_words.py 測試範例
11 years ago
Fukuball Lin 7198d562f1 讓 jieba 可以切換 idf 語料庫
1. 新增繁體中文 idf 語料庫
2. 為了讓 jieba 可以切換 iff 語料庫,新增 get_idf, set_idf_path 方法,並改寫 extract_tags
3. test 增加 extract_tags_idfpath
11 years ago
Sun Junyi 91e5b26f5f Merge pull request #165 from gumblex/jieba3k
fix the u'xxx' string.
11 years ago
Dingyuan Wang 8b07bce568 fix the u'xxx' string. 11 years ago
Sun Junyi 0d99ebce54 Merge pull request #164 from gumblex/jieba3k
Jieba3k v0.32 update
11 years ago
Dingyuan Wang c04ccd0d12 Update to v0.32 according to the master branch. 11 years ago
Dingyuan Wang 81f77d7a08 Fix the re in enable_parallel. 11 years ago
Sun Junyi 473ac1df75 Merge pull request #162 from ShuraChow/master
fix issue #161
11 years ago
ShuraChow 7583f7760a fix issue #161
posseg每次根据jieba.user_word_tag_tab的长度判断是否有新词载入,如果有,则更新word_tag_tab,然后清空jieba.user_word_tag_tab
11 years ago
Sun Junyi 2726a7c89b Merge pull request #158 from davidlihm/patch-1
Thanks
11 years ago
davidlihm 5b2ec920ed Update __init__.py 11 years ago
Sun Junyi 5574304a9e Merge pull request #152 from jagt/jieba3k
close cache file to avoid warning message.
11 years ago
jagt 7f3513edb7 close cache file to avoid warning message. 11 years ago
Sun Junyi 28621e8b00 Update README.md 11 years ago
Sun Junyi 1f144ebf55 Merge pull request #141 from windch/jieba3k
use logging instead of print in __init__ file of py3k branch
11 years ago
wind 7488b114e7 use logging instead of print in init file 11 years ago
fxsjy 2682e887b8 Merge branch 'master' of https://github.com/fxsjy/jieba 11 years ago
fxsjy 9d4ac26f16 fix the bug of issue#137 11 years ago
Sun Junyi 6942795fae Merge pull request #135 from aszxqw/patch-1
add nodejieba into README.md
11 years ago
Yanyi Wu ccfa54530e add nodejieba into README.md
add nodejieba into README.md
11 years ago
Sun Junyi 3e430e9769 Update __init__.py 11 years ago
Sun Junyi 6946b00f14 Merge pull request #134 from Honghe/master
Fix a bug about can not import ChineseAnalyzer
11 years ago
Honghe Wu 7720fbc1d8 fix a bug about can not import ChineseAnalyzer with change tab to 4 wihte spaces under PEP8 11 years ago
fxsjy cc708de40c version 0.32 released 11 years ago
fxsjy dafc73425e fix a little problem of dict.txt 11 years ago
fxsjy 7cc7e70843 Merge branch 'master' of https://github.com/fxsjy/jieba 11 years ago
fxsjy 18678d50c6 fix bug issue #132 11 years ago
Sun Junyi 62240c5add Merge pull request #131 from aholic/master
better indent
11 years ago
aholic e2c796088f better indent 11 years ago
fxsjy 5e6a2c4661 fix a bug of add_word 11 years ago
fxsjy 136676381a fix a bug of add_word 11 years ago
Sun Junyi e79d54b380 Merge pull request #114 from hermanschaaf/patch-1
Fix typo in error message
12 years ago
Herman Schaaf 95286b8887 Fix typo in error message 12 years ago
fxsjy 14a0ab0466 fix a bug in issue #111 12 years ago
fxsjy 759e1029c8 add an API to control log level: jieba.setLogLevel 12 years ago
Sun Junyi 2ef9dd3a70 Merge pull request #107 from mozillazg/logging
use logging instead of print
12 years ago
Mozillazg 1cf3f0d00b use logging instead of print 12 years ago
Sun Junyi fd96527f71 Merge pull request #106 from jannson/master
add better support for english for ChineseAnalyzer
12 years ago
Sun Junyi 6a66620088 Update README.md 12 years ago
Sun Junyi 00bc72c877 Update README.md 12 years ago
gan 31d5845535 add better support for english. like input: 'this is interesting and interested me'-->output:'this interest interest',which 'interest' match 'interesting interested' 12 years ago
Sun Junyi 7e7fcc1184 add an option to disable HMM 12 years ago
fxsjy 21f7da0ca4 conver tab to spaces 12 years ago
fxsjy c5bd9773d1 fix bug in issue #103 12 years ago
Sun Junyi 0125548a37 Merge pull request #101 from ZoeyYoung/jieba3k
Jieba3k
12 years ago
Zoey Young 510a3d6bed Merge pull request #1 from fxsjy/jieba3k
拉取
12 years ago
ZoeyYoung 25839b5127 fix bug 12 years ago
ZoeyYoung ebd40ed65e Merge branch 'jieba3k' of https://github.com/ZoeyYoung/jieba into jieba3k 12 years ago
ZoeyYoung d49542c06e fix bug 12 years ago
ZoeyYoung 6024497917 更新 12 years ago