mirror of
https://github.com/fxsjy/jieba.git
synced 2025-07-10 00:01:33 +08:00
Merge branch 'master' of https://github.com/fxsjy/jieba
This commit is contained in:
commit
69e584677a
@ -1,4 +1,9 @@
|
|||||||
2013-05-02: version 0.28.4
|
2013-06-07: version 0.29
|
||||||
|
==========================
|
||||||
|
1) 提升了finalseg子模块命名体识别的准确度
|
||||||
|
2) 修正了一些badcase
|
||||||
|
|
||||||
|
2013-06-01: version 0.28.4
|
||||||
==========================
|
==========================
|
||||||
1) 修正了一些badcase
|
1) 修正了一些badcase
|
||||||
2) add wraps decorator, by @cloudaice
|
2) add wraps decorator, by @cloudaice
|
||||||
|
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.28.4',
|
version='0.29',
|
||||||
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