Skip to content

Commit

Permalink
version 0.32 released
Browse files Browse the repository at this point in the history
  • Loading branch information
fxsjy committed Feb 7, 2014
1 parent dafc734 commit cc708de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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='[email protected]',
Expand Down

3 comments on commit cc708de

@Honghe
Copy link

@Honghe Honghe commented on cc708de Feb 15, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

谢谢更新!

@Honghe
Copy link

@Honghe Honghe commented on cc708de Feb 15, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

但忘记修改 jieba / __init__.py 中的版本号了,还是 __version__ = '0.31'

@fxsjy
Copy link
Owner Author

@fxsjy fxsjy commented on cc708de Feb 16, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx, 忘了改了。

Please sign in to comment.