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

File missing to use TreeTagger, path correctly specified #82

Open
Cloe-T opened this issue May 29, 2020 · 2 comments
Open

File missing to use TreeTagger, path correctly specified #82

Cloe-T opened this issue May 29, 2020 · 2 comments

Comments

@Cloe-T
Copy link

Cloe-T commented May 29, 2020

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:

  • "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 !

@MorenoLaQuatra
Copy link

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

@MorenoLaQuatra
Copy link

Downgrading to the previous version solve the issue.

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

2 participants