HeidelTime / heideltime

A multilingual, cross-domain temporal tagger developed at the Database Systems Research Group at Heidelberg University.
GNU General Public License v3.0
342 stars 67 forks source link

File missing to use TreeTagger, path correctly specified #82

Open Cloe-T opened 4 years ago

Cloe-T commented 4 years ago

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)..." image

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 !

MorenoLaQuatra commented 3 years ago

Same issue here with the latest release version (on Ubuntu for italian or english documents)

MorenoLaQuatra commented 3 years ago

Downgrading to the previous version solve the issue.