194 Commits (v0.36)
 

Author SHA1 Message Date
Sun Junyi 885417aed1 Merge pull request #247 from gumblex/master 11 years ago
Dingyuan Wang eeaab012bf update docs 11 years ago
fxsjy 89481cfd84 version update 0.36 11 years ago
Sun Junyi 59aa8b69b1 Merge pull request #246 from gumblex/master 11 years ago
Dingyuan Wang 4fa2728fb6 update README about new features 11 years ago
Dingyuan Wang 4a552ca94f suggest word frequency, support passing str to add_word 11 years ago
Sun Junyi 1b4721ebb8 Merge pull request #179 from changyy/master 11 years ago
Yuan-Yi Chang 62433a3205 讓 jieba 可以自行指定 cache_file 產生的目錄位置,提供 jieba 在 Read-only file system 環境中運行 11 years ago
Sun Junyi 4b4aff6d89 Merge pull request #242 from gumblex/master 11 years ago
Dingyuan Wang f29430f49e details in textrank; update README 11 years ago
Sun Junyi a4fb439070 Merge pull request #241 from sing1ee/master 11 years ago
zhangcheng 01b7f6efcf improve some details from other commiters' adivces 11 years ago
Sun Junyi 4e05cde07e Merge pull request #240 from sing1ee/master 11 years ago
zhangcheng 8b8c6c85d0 remove unusage import 11 years ago
zhangcheng a6d1b2479e build stable sort for graph iteration, then we can get stable result and adatpe details for python 3~ 11 years ago
zhangcheng 1152db7736 build stable sort for graph iteration, then we can get stable result. 11 years ago
fxsjy 49657c976d make extract_tags behavior compatiable with previous version 11 years ago
fxsjy abcaf3e475 fix bug: load_userdict 11 years ago
Jack a06b7d388e fix bug in __main__.py 11 years ago
Sun Junyi 9ca5b69907 Merge pull request #238 from gumblex/master 11 years ago
Dingyuan Wang f2b7183a71 use str.splitlines to avoid losing line breaks 11 years ago
Sun Junyi b14eb329e3 Merge pull request #237 from gumblex/master 11 years ago
Dingyuan Wang 872a7039f2 Merge branch 'master' of https://github.com/fxsjy/jieba 11 years ago
Dingyuan Wang f808ea0ebb use only one dict to store words and prefixes 11 years ago
fxsjy 4d7b515801 Merge branch 'master' of https://github.com/fxsjy/jieba 11 years ago
fxsjy 5bfa43a781 fix test scripts 11 years ago
Dingyuan Wang f3a53dd2da fix print() in tests 11 years ago
Sun Junyi a229041e58 Merge pull request #234 from yanyiwu/patch-2 11 years ago
Yanyi Wu 5d321cbccd Update README.md 11 years ago
fxsjy 8cbb26a7b6 fix test_file.py 11 years ago
Sun Junyi 41b47b0593 Merge pull request #233 from gumblex/master 11 years ago
Dingyuan Wang 32a0e92a09 don't compile re every time; autopep8 11 years ago
Dingyuan Wang 22bcf8be7a Merge master and jieba3k, make the code Python 2/3 compatible 11 years ago
Sun Junyi caae26fbfa Merge pull request #231 from gumblex/master 11 years ago
Dingyuan Wang 4197dfb8fa store int directly in FREQ; small improvements 11 years ago
Dingyuan Wang 765fd6b7f0 store int directly in FREQ; small improvements 11 years ago
Sun Junyi c95f402e2b Merge pull request #214 from aszxqw/master 11 years ago
yanyiwu 1d91072498 add iosjieba 11 years ago
Sun Junyi 852a07c4f2 Merge pull request #211 from gumblex/jieba3k 11 years ago
Dingyuan Wang 7bcb128f5f fix textrank divided by zero; fix posseg.pair.__repr__ 11 years ago
Sun Junyi b08c3f8ed7 Merge pull request #205 from lynschinzer/master 11 years ago
Lin fea3aec6bd Fix divided by zero issue in case of words are not found in dict. 11 years ago
Sun Junyi 8be082017a Merge pull request #204 from gumblex/jieba3k 11 years ago
Sun Junyi 293dbbc390 Merge pull request #203 from gumblex/master 11 years ago
Dingyuan Wang 3dad899ec8 backport 2to3 scripts and changelog 11 years ago
Dingyuan Wang c6b386f65b update jieba3k 11 years ago
Dingyuan Wang 7b7c6955a9 complete the setup.py, fix #202 problem in posseg 11 years ago
Sun Junyi 8a2e7f0e7e Merge pull request #202 from nomaka/patch-1 11 years ago
Nomaka 9cb76dd8b9 Update __init__.py 11 years ago
Sun Junyi 99748bfc17 Merge pull request #201 from skyerown/master 11 years ago