Stanford CoreNLP Installation - Pastafarians/linguine GitHub Wiki
NOTE: Please see this page for Linguine's current version.
Stanford CoreNLP Pywrapper is a project that encapsulates Stanford CoreNLP's API and interfaces with it using a Python client, calling directly to the Java API functions. Java 8 is required for full functionality.
- Clone the repository here.
- cd into the cloned project directory
- execute
pip install --upgrade .
This will install the pip package in the current working directory,.
In order to rebuild the Java source, there is a helpful build.sh
script included at the root of the pywrapper project. Once this is executed a new jarfile will be built that is included when pip install
is executed on the user's machine.
- cd into the cloned project directory that contains your changes
- run the
build.sh
script (Java 8 JDK required!) - execute
pip install --upgrade .
In order to go through the entire analysis workflow, you must have these three components installed.