Skip to content
This repository was archived by the owner on Oct 14, 2019. It is now read-only.
This repository was archived by the owner on Oct 14, 2019. It is now read-only.

Find a way to start the CoreNLP server and leave it running separately #4

Description

@Xyaneon

Right now, every time we want to have our assistant process some speech from the user, it first has to set up the CoreNLP server, which takes a few seconds of the user's time. We should find if there is a way to set up the server ahead of time in the background and just leave it running to process new requests (possibly by creating a daemon at startup?).

Bonus points for finding out on each new request then if the server is still running, and restart it if necessary.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions