Skip to content
Branch: master
Find file History
J38 and Stanford NLP some helpful instructions
Latest commit e1d1176 Oct 26, 2018
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
src/main/java/edu/stanford/nlp
README.txt
english.properties
pom.xml
sample-chinese.txt
sample-english.txt
sample-spanish.txt

README.txt

This is an example Maven project with Stanford CoreNLP as a dependency.

Make sure to set the RAM with this command:

export MAVEN_OPTS="-Xmx14000m"

You can build the project with this command:

mvn compile

You can run example demos with a command like this:

mvn exec:java -Dexec.mainClass="edu.stanford.nlp.StanfordCoreNLPEnglishTestApp" 
You can’t perform that action at this time.