Skip to content

Commit ad0a42e

Browse files
committed
Frog.h is being deprecated
1 parent 5d7097d commit ad0a42e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frog_classes.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cdef extern from "ticcutils/LogStream.h" namespace "TiCC":
3737
LogStream()
3838
LogStream(string prefix)
3939

40-
cdef extern from "frog/Frog.h":
40+
cdef extern from "frog/Frog-util.h":
4141
cdef cppclass TimerBlock:
4242
pass
4343

setup.py

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

2727
setup(
2828
name = 'python-frog',
29-
version = '0.3.3',
29+
version = '0.3.4',
3030
author_email = "proycon@anaproy.nl",
3131
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."),
3232
requires = ['frog (>=0.13.6)'],

0 commit comments

Comments
 (0)