[ANN] Python TreeTagger wrapper updated to 2.2.1

Laurent Pointal laurent.pointal at free.fr
Tue Aug 25 13:19:25 EDT 2015


Hello,

for natural language processing, treetaggerwrapper, the Python wrapper for 
language independant part-of-speech statistical tagger TreeTagger from
H.Schmid is now available in version 2.2.1.

It is available on PyPI: 

    https://pypi.python.org/pypi

And the doc is on Read the Docs:

    http://treetaggerwrapper.readthedocs.org/

The source has been globally reworked, some modifications make it partially 
incompatible with 1.0 module. It should be more easy to use (tries to 
autodetect TreeTagger installation directory). It now works with Python2 
and Python3 with same source. 
I also added a treetaggerpoll module for use in a multiprocessing
context.

For important (and incompatible) modifications, see
http://treetaggerwrapper.readthedocs.org/en/latest/#important-modifications-notes 

A+
Laurent Pointal <laurent.pointal at limsi.fr>




More information about the Python-list mailing list