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
Benjamin Meyers edited this page Sep 7, 2017
·
7 revisions
NOTE: Please see this page for Linguine's current version.
Linguine should work on all Unix/Linux environments, but production environments have only been tested on Linux environments. The Python wrapper for Stanford CoreNLP is not compatible with Windows environments, which prevents operations that require CoreNLP from completing if deployed on Windows systems..
A MongoDB client must be running on the default port for the linguine-node service to successfully start up. Please refer to the most up to date documentation on installing and running a MongoDB instance for your distribution.
Install Stanford CoreNLP Pywrapper
Instructions to install and update the pywrapper if you have made changes to it are found here.
Running locally post installation
mongod --dbpath [desired_db_path] where desired_db_path is a path on the local filesystem
cd linguine-node && npm start
cd linguine-python && python -m linguine.webserver
All logging is done on standard system output. For deployment instructions to a prod server, take a look at the deployment page.