mirror of
https://github.com/fxsjy/jieba.git
synced 2025-07-10 00:01:33 +08:00
minor version
This commit is contained in:
parent
cfcfb26792
commit
dbfd0e0f63
@ -1,3 +1,8 @@
|
|||||||
|
2013-06-07: version 0.29
|
||||||
|
==========================
|
||||||
|
1) 优化了viterbi算法的代码,分词速度提升15%
|
||||||
|
2) 去除了词典中的一些低质词
|
||||||
|
|
||||||
2013-06-07: version 0.29
|
2013-06-07: version 0.29
|
||||||
==========================
|
==========================
|
||||||
1) 提升了finalseg子模块命名体识别的准确度
|
1) 提升了finalseg子模块命名体识别的准确度
|
||||||
|
2
setup.py
2
setup.py
@ -1,6 +1,6 @@
|
|||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
setup(name='jieba',
|
setup(name='jieba',
|
||||||
version='0.29',
|
version='0.29.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