miotto / treetagger-python

A Python module for interfacing with the Treetagger by Helmut Schmid.
Other
77 stars 29 forks source link

Update treetagger.py #22

Closed beartice closed 5 years ago

beartice commented 5 years ago

In the constructor for the TreeTagger class, for win32 platforms, the folder in which the .bat files are saved is /path/to/TreeTagger/bin, not /path/to/TreeTagger/bat. This correction solves the issue 'NLTK was unable to find the TreeTagger bin!'

miotto commented 5 years ago

Hi @beartice,

Thanks for your cooperation and your Merge Request.

Cheers