Hello, I'm please to annouce the update of Python treetaggerwrapper module. It wraps the language independent part-of-speech tagger TreeTagger of Helmut Schmid in an easy to use tool, efficient to process large data corpus.
It is now Python2 and Python3 compatible, has defaults to utf-8 encoding, tries to autodetect treetagger installation directory, provides multiprocessing support, is pip installable… Note: this V2 need adaptation in code based on previous version, see docs. PyPI: https://pypi.python.org/pypi/treetaggerwrapper/2.0.6 (bug with https://pypi.python.org/pypi/treetaggerwrapper/ … ?) Doc: http://treetaggerwrapper.readthedocs.org/ Project: https://perso.limsi.fr/pointal/dev:treetaggerwrapper About TreeTagger: http://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/ A+ Laurent Pointal -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/