From 1babaa474b127bc2f6fa5ec4b0ed66be4eb10d89 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Tue, 31 Oct 2023 16:11:47 +0100 Subject: [PATCH] updated dependencies for frog 0.31 --- frog_wrapper.pyx | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frog_wrapper.pyx b/frog_wrapper.pyx index 167d2f4..84ca1ba 100644 --- a/frog_wrapper.pyx +++ b/frog_wrapper.pyx @@ -20,7 +20,7 @@ import sys cimport libfolia_classes cimport frog_classes -FROGDATAVERSION = "0.21" +FROGDATAVERSION = "0.22" UCTODATAVERSION = "0.9.1" try: diff --git a/setup.py b/setup.py index be70787..faa4735 100755 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( name = 'python-frog', - version = '0.6.7', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx + version = '0.6.8', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx author = "Maarten van Gompel", author_email = "proycon@anaproy.nl", 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."),