CofeehousePy/services/corenlp/examples/sample-maven-project
Netkas 3294bc4ea6 Added NSFW classification 2021-01-14 02:07:24 -05:00
..
src/main/java/edu/stanford/nlp Added NSFW classification 2021-01-14 02:07:24 -05:00
README.txt Added NSFW classification 2021-01-14 02:07:24 -05:00
english.properties Added NSFW classification 2021-01-14 02:07:24 -05:00
pom.xml Added NSFW classification 2021-01-14 02:07:24 -05:00
sample-chinese.txt Added NSFW classification 2021-01-14 02:07:24 -05:00
sample-english.txt Added NSFW classification 2021-01-14 02:07:24 -05:00
sample-spanish.txt Added NSFW classification 2021-01-14 02:07:24 -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"