Skip to content

Commit

Permalink
updated dependencies for frog 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 31, 2023
1 parent 023b89c commit 1babaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frog_wrapper.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import sys
cimport libfolia_classes
cimport frog_classes

FROGDATAVERSION = "0.21"
FROGDATAVERSION = "0.22"
UCTODATAVERSION = "0.9.1"

try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]",
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."),
Expand Down

0 comments on commit 1babaa4

Please sign in to comment.