mirror of
https://github.com/fxsjy/jieba.git
synced 2025-07-10 00:01:33 +08:00
version update 0.36
This commit is contained in:
parent
59aa8b69b1
commit
89481cfd84
@ -1,3 +1,9 @@
|
|||||||
|
2015-03-20: version 0.36
|
||||||
|
1. 代码同时兼容python2与python3, 若干性能优化; by @gumblex
|
||||||
|
2. 解决用户添加词的概率自动计算问题,分词更加准确;by @gumblex
|
||||||
|
3. 可自定义cache_file的文件系统路径; by @changyy
|
||||||
|
4. TextRank算法实现完善; by @sing1ee,@walkskyer
|
||||||
|
|
||||||
2014-11-15: version 0.35.1
|
2014-11-15: version 0.35.1
|
||||||
1. 修复 Python 3.2 的兼容性问题
|
1. 修复 Python 3.2 的兼容性问题
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
from __future__ import absolute_import, unicode_literals
|
from __future__ import absolute_import, unicode_literals
|
||||||
__version__ = '0.35'
|
__version__ = '0.36'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
2
setup.py
2
setup.py
@ -60,7 +60,7 @@ Python 3.x
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
setup(name='jieba',
|
setup(name='jieba',
|
||||||
version='0.35',
|
version='0.36',
|
||||||
description='Chinese Words Segementation Utilities',
|
description='Chinese Words Segementation Utilities',
|
||||||
long_description=LONGDOC,
|
long_description=LONGDOC,
|
||||||
author='Sun, Junyi',
|
author='Sun, Junyi',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user