You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
58
58
setup(
59
59
name='python-frog',
60
-
version='0.6.3', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
60
+
version='0.6.4', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
61
61
author="Maarten van Gompel",
62
62
author_email="proycon@anaproy.nl",
63
63
description= ("Python binding to Frog, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing."),
0 commit comments