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

Run Standalone-HeidelTime as a daemon #91

Open
narnold-cl opened this issue Nov 26, 2021 · 0 comments
Open

Run Standalone-HeidelTime as a daemon #91

narnold-cl opened this issue Nov 26, 2021 · 0 comments

Comments

@narnold-cl
Copy link

Hello again,

there have already been a few discussions here about performance issues around the hard-coded external dependencies and repeatedly loading language models and starting up the Java Runtime Environment for each document to be processed.

A simple but powerful solution to all of that would be allowing HeidelTime to run as a daemon. It starts the Java Runtime Environment once and loads the necessary language models to memory once. I then keeps running, waiting for input text (eventually via Pipes/NamedPipes/stdin?) to be passed to it and outputs it to stdout(?).

I've seen something similar exists for TreeTagger itself.

Can't really say how much it takes to implement that, but I'm sure it's a good fit to address those problems.

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

1 participant