Skip to content

Commit 1babaa4

Browse files
committed
updated dependencies for frog 0.31
1 parent 023b89c commit 1babaa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frog_wrapper.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import sys
2020
cimport libfolia_classes
2121
cimport frog_classes
2222

23-
FROGDATAVERSION = "0.21"
23+
FROGDATAVERSION = "0.22"
2424
UCTODATAVERSION = "0.9.1"
2525

2626
try:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
setup(
6868
name = 'python-frog',
69-
version = '0.6.7', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
69+
version = '0.6.8', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
7070
author = "Maarten van Gompel",
7171
author_email = "proycon@anaproy.nl",
7272
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

Comments
 (0)