Skip to content

File missing to use TreeTagger, path correctly specified #82

@Cloe-T

Description

@Cloe-T

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions