mirror of
https://github.com/fxsjy/jieba.git
synced 2025-07-10 00:01:33 +08:00
version update'
This commit is contained in:
parent
3eea28d6f4
commit
ec68c21ea0
@ -1,3 +1,10 @@
|
|||||||
|
2014-11-13: version 0.35
|
||||||
|
1. 改进词典cache的dump和加载机制;by @gumblex
|
||||||
|
2. 提升关键词提取的性能; by @gumblex
|
||||||
|
3. 关键词提取新增基于textrank算法的子模块; by @singlee
|
||||||
|
4. 修复自定义stopwords功能的bug; by @walkskyer
|
||||||
|
|
||||||
|
|
||||||
2014-10-20: version 0.34
|
2014-10-20: version 0.34
|
||||||
1. 提升性能,词典结构由Trie改为Prefix Set,内存占用减少2/3, 详见:https://github.com/fxsjy/jieba/pull/187;by @gumblex
|
1. 提升性能,词典结构由Trie改为Prefix Set,内存占用减少2/3, 详见:https://github.com/fxsjy/jieba/pull/187;by @gumblex
|
||||||
2. 修复关键词提取功能的性能问题
|
2. 修复关键词提取功能的性能问题
|
||||||
|
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.34',
|
version='0.35',
|
||||||
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