How to call TreeTagger from Python

How to do POS-tagging and lemmatization in languages other than English While is it fairly easy to do POS-tagging and lemmatization in English using Python and the NLTK or TextBlob modules, building applications that handle other languages is not always as straight-forward. Here I show you what I consider to be the simplest solution to this […]