You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
This is my first time writing an issue on GitHub so I hope I get everything right, let me know if I shouldn't have posted this here I'll be happy to put it in the right place. I'm a newcomer in the programming world, seeking to use Heideltime for my master's thesis to resolve dates from french news.
I am simply trying to run Heideltime Standalone on Windows10 64 bits.
I have followed the manual step by step and still encounter an error regarding TreeTagger:
When trying the code to test in the command prompt, I get :
"File missing to use TreeTagger tokenizer : french-abbreviations // french.par // utf8-tokenize
.....
Cannot find tree tagger (C:progra~1\TreeTagger\cmd\utf8-tokenize.perl)..."
The path is written in config props and all missing files are actually in the folder I have specified
Path specified in config props: C:\progra~1\TreeTagger. Other tests have been run with other ways of writing the path such as:
"C:\Program Files\TreeTagger" yielding the same error
Installing TreeTagger in C: and passing "C:\TreeTagger" to the treeTaggerHome variable, yielding same error.
Do you know what I might be doing wrong? TreeTagger works on its own, all files are in correct folders, and I have assigned the path in config.props, my JRE works.
I've been searching for quite some time but seem to be blocked now.
Thanks a lot in advance, and sorry again if this post isn't appropriate !
The text was updated successfully, but these errors were encountered:
Hello,
This is my first time writing an issue on GitHub so I hope I get everything right, let me know if I shouldn't have posted this here I'll be happy to put it in the right place. I'm a newcomer in the programming world, seeking to use Heideltime for my master's thesis to resolve dates from french news.
I am simply trying to run Heideltime Standalone on Windows10 64 bits.
I have followed the manual step by step and still encounter an error regarding TreeTagger:
When trying the code to test in the command prompt, I get :
"File missing to use TreeTagger tokenizer : french-abbreviations // french.par // utf8-tokenize
.....
Cannot find tree tagger (C:progra~1\TreeTagger\cmd\utf8-tokenize.perl)..."
The path is written in config props and all missing files are actually in the folder I have specified
Path specified in config props: C:\progra~1\TreeTagger. Other tests have been run with other ways of writing the path such as:
Do you know what I might be doing wrong? TreeTagger works on its own, all files are in correct folders, and I have assigned the path in config.props, my JRE works.
I've been searching for quite some time but seem to be blocked now.
Thanks a lot in advance, and sorry again if this post isn't appropriate !
The text was updated successfully, but these errors were encountered: