PhilipEHausner / python_heideltime

A Python wrapper for the temporal tagger HeidelTime.
GNU General Public License v3.0
11 stars 1 forks source link

bin/tree-tagger missing after runing the treetagger install script #1

Closed JoWohlen closed 2 years ago

JoWohlen commented 2 years ago

When I run the installation script the heideltime is not installed proper. The tree-tagger file is missing in /bin. The /bin folder is empty. When running the example I got the following error: Untitled I could fix this by downloading the Tree-Tagger manually from https://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger/ after which i extracted the downloaded /bin into the empty /bin created by the installation script.

dennlinger commented 2 years ago

Hi @JoWohlen , thanks for the issue report (and sorry for not getting back earlier, somehow notifications were disabled for me)! I independently figured out the same issue, but it should be fixed now with 2d7129a7e3fcd6105d5b9a1cb09c02115491f9a0. In particular, they had a version bump in the tagger, which caused the old URL to no longer work.

FWIW, I think it would make sense to stick to a static version in our dependency tree, if only for the sake of consistency of its behavior. I'll close this issue for now, but let me know if you have any further problems like this.

Best, Dennis