Here are some instructions for running the demo yourself!
-
Download Stanford CoreNLP 3.6.0 from here: http://stanfordnlp.github.io/CoreNLP/
-
Store the folder wherever you want to. For this example assume /Users/myusername/stanford-corenlp-full-2015-12-09
-
cd into the nlp-meetup-demo directory
-
compile the classes:
javac -cp "/Users/myusername/stanford-corenlp-full-2015-12-09/*:stanford-nlp-resources/*" *java
-
run this Java command:
java -Xmx3g -cp "/Users/myusername/stanford-corenlp-full-2015-12-09/*:stanford-nlp-resources/*:." Question -questionFilePath 00.question -props annotation.properties