We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d8a82 commit cd4a957Copy full SHA for cd4a957
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "python.pythonPath": ".venv/bin/python"
3
+}
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = uuparser
-version = 2.3
+version = 2.4
4
description = A transition-based parser for Universal Dependencies with BiLSTM word and character representations.
5
https://github.com/UppsalaNLP/uuparser
6
license = Apache
uuparser/__init__.py
@@ -0,0 +1 @@
+__version__ = "2.4"
0 commit comments