While using the TreeTagger the following problem occured
import os
os.system("bin/tree-tagger lib/english-utf8.par inputfile outputfile")
The snippet above works in the command line. But when I try to execute it in a python code, nothing is written in the output file even though any error is given.