mirror of
https://github.com/fxsjy/jieba.git
synced 2025-07-10 00:01:33 +08:00
update verson
This commit is contained in:
parent
447c1ded8c
commit
5c487dbcba
@ -1,3 +1,6 @@
|
|||||||
|
2014-11-15: version 0.35.1
|
||||||
|
1) fix Python 3.2的兼容性问题
|
||||||
|
|
||||||
2014-11-13: version 0.35
|
2014-11-13: version 0.35
|
||||||
1) 改进词典cache的dump和加载机制;by @gumblex
|
1) 改进词典cache的dump和加载机制;by @gumblex
|
||||||
2)提升关键词提取的性能; by @gumblex
|
2)提升关键词提取的性能; by @gumblex
|
||||||
|
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
|||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
setup(name='jieba3k',
|
setup(name='jieba3k',
|
||||||
version='0.35',
|
version='0.35.1',
|
||||||
description='Chinese Words Segementation Utilities',
|
description='Chinese Words Segementation Utilities',
|
||||||
author='Sun, Junyi',
|
author='Sun, Junyi',
|
||||||
author_email='ccnusjy@gmail.com',
|
author_email='ccnusjy@gmail.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user