version 0.32 released

This commit is contained in:
fxsjy 2014-02-07 15:22:53 +08:00
parent dafc73425e
commit cc708de40c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2014-02-07: version 0.32
1. 新增分词选项可以关闭新词发现功能详见https://github.com/fxsjy/jieba/blob/master/test/test_no_hmm.py#L8
2. 修复posseg子模块的Bug详见: https://github.com/fxsjy/jieba/issues/111 https://github.com/fxsjy/jieba/issues/132
3. ChineseAnalyzer提供了更好的英文支持(感谢@jannson)例如单词Stemming 详见https://github.com/fxsjy/jieba/pull/106
2013-07-01: version 0.31
1. 修改了代码缩进格式遵循PEP8标准
2. 支持Jython解析器感谢 @piaolingxue

View File

@ -1,6 +1,6 @@
from distutils.core import setup
setup(name='jieba',
version='0.31',
version='0.32',
description='Chinese Words Segementation Utilities',
author='Sun, Junyi',
author_email='ccnusjy@gmail.com',