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.poin...@limsi.fr> -- https://mail.python.org/mailman/listinfo/python-list