You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2019. It is now read-only.
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.
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.