My TreeTaggerWrapper is a slightly modified version of Laurent Pointal's treetaggerwrapper to use TreeTagger from a Python script.
├── LICENSE: GPL-3.0
├── README.md: this file
├── mytreetaggerwrapper.py: Laurent Pointal's wrapper with some minor modifications
└── setup.py: script to install the package
I recommend to install this package in a virtual environment.
With pip directly from GitHub:
pip install -e git+https://github.com/chozelinek/mytreetaggerwrapper#egg=mytreetaggerwrapperTo see examples of using mytreetaggerwrapper.py and a bundle of scripts to process XML files with TreeTagger check the Wrapper of TreeTaggerWrapper.