We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19eb659 commit ea11f96Copy full SHA for ea11f96
hanlp/version.py
@@ -2,7 +2,7 @@
2
# Author: hankcs
3
# Date: 2019-12-28 19:26
4
5
-__version__ = '2.1.0-beta.21'
+__version__ = '2.1.0-beta.22'
6
"""HanLP version"""
7
8
setup.py
@@ -15,7 +15,7 @@
15
'amr': [
16
'penman==1.2.1',
17
'networkx>=2.5.1',
18
- 'perin-parser==0.0.2',
+ 'perin-parser>=0.0.10',
19
],
20
'tf': [
21
'fasttext-wheel==0.9.2',
0 commit comments