mirror of
https://github.com/fxsjy/jieba.git
synced 2025-07-10 00:01:33 +08:00
update version: 0.42
This commit is contained in:
parent
aa65031788
commit
5704e23bbf
@ -1,3 +1,8 @@
|
||||
2019-1-13: version 0.42
|
||||
1. 修复paddle模式空字符串coredump问题 @JesseyXujin
|
||||
2. 修复cut_all模式切分丢字问题 @fxsjy
|
||||
3. paddle安装检测优化 @vissssa
|
||||
|
||||
2019-1-8: version 0.41
|
||||
1. 开启paddle模式更友好
|
||||
2. 修复cut_all模式不支持中英混合词的bug
|
||||
|
@ -1,6 +1,6 @@
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
__version__ = '0.41'
|
||||
__version__ = '0.42'
|
||||
__license__ = 'MIT'
|
||||
|
||||
import marshal
|
||||
|
Loading…
x
Reference in New Issue
Block a user