Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'TreeTagger' object has no attribute '_treetagger_bin' #14

Open
royland452 opened this issue Oct 2, 2017 · 2 comments

Comments

@royland452
Copy link

Hello:
I'm trying to run the example:

from treetagger import TreeTagger
tt = TreeTagger(language='english')
tt.tag('What is the airspeed of an unladen swallow?')

and i get the following error:

AttributeError: 'TreeTagger' object has no attribute '_treetagger_bin'

I can use some help. Thanks

@CiPhantom
Copy link

I tried and I tried again, I have the same mistake as @royland452 !!
Help please :/

@miotto
Copy link
Owner

miotto commented Jul 24, 2018

Sorry for the late reply.

I have reworked the treetagger.py program, please try the new version. In the README.rst file you can see which software versions and operating systems it has been tested with. Which software versions and operating system do you use?
Please also check if Helmut Schmid's Treetagger program is installed correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants