Hi,
I need to have a TreeTagger for my project, I made the right import, pip install treetaggerwrapper was done, I placed it in my files (C:\Users\sfoxs\AppData\Local\Programs\Python\Python37-32) , added it to the PATH...
I tried everything I could, but I keep getting this error. I'm out of idea, I can't solve it.
Do you have any idea where the problem could come from ?
I try to create a TreeTagger on a TestTree.py script :
tagger = treetaggerwrapper.TreeTagger(TAGLANG='en')
print(tagger)
Here is a screen of the error I get -->![[Image: IQbWdNn]](https://imgur.com/a/IQbWdNn)
Thanks in advance for your time.
I tried to place english.par in multiple path, but it still didn't work. I tried in TreeTagger\ , in TreeTagger\lib and also where my scripts are.
Sorry for double post, but I cannot edit it 10 mins after posting, and i'd rather tell that information than making you waste some time.
I need to have a TreeTagger for my project, I made the right import, pip install treetaggerwrapper was done, I placed it in my files (C:\Users\sfoxs\AppData\Local\Programs\Python\Python37-32) , added it to the PATH...
I tried everything I could, but I keep getting this error. I'm out of idea, I can't solve it.
Do you have any idea where the problem could come from ?
I try to create a TreeTagger on a TestTree.py script :
tagger = treetaggerwrapper.TreeTagger(TAGLANG='en')
print(tagger)
Here is a screen of the error I get -->
Thanks in advance for your time.
I tried to place english.par in multiple path, but it still didn't work. I tried in TreeTagger\ , in TreeTagger\lib and also where my scripts are.
Sorry for double post, but I cannot edit it 10 mins after posting, and i'd rather tell that information than making you waste some time.