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 6705207 commit 3abebdeCopy full SHA for 3abebde
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name='supar',
7
- version='1.1.3',
+ version='1.1.4',
8
author='Yu Zhang',
9
author_email='yzhang.cs@outlook.com',
10
description='Syntactic/Semantic Parsing Models',
supar/__init__.py
@@ -31,7 +31,7 @@
31
'SemanticDependencyLBP',
32
'SemanticDependencyMFVI']
33
34
-__version__ = '1.1.3'
+__version__ = '1.1.4'
35
36
PARSER = {parser.NAME: parser for parser in [BiaffineDependencyParser,
37
CRFDependencyParser,
0 commit comments