CofeehousePy/services/corenlp/examples/sample-maven-project
Netkas 6bb11b5d3f Added CoreNLP 2021-01-08 21:43:33 -05:00
..
src/main/java/edu/stanford/nlp Added CoreNLP 2021-01-08 21:43:33 -05:00
README.txt Added CoreNLP 2021-01-08 21:43:33 -05:00
english.properties Added CoreNLP 2021-01-08 21:43:33 -05:00
pom.xml Added CoreNLP 2021-01-08 21:43:33 -05:00
sample-chinese.txt Added CoreNLP 2021-01-08 21:43:33 -05:00
sample-english.txt Added CoreNLP 2021-01-08 21:43:33 -05:00
sample-spanish.txt Added CoreNLP 2021-01-08 21:43:33 -05:00

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"