An open API service indexing awesome lists of open source software.

https://github.com/stanfordnlp/nlp-meetup-demo


https://github.com/stanfordnlp/nlp-meetup-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# nlp-meetup-demo

Here are some instructions for running the demo yourself!

1. Download Stanford CoreNLP 3.6.0 from here: http://stanfordnlp.github.io/CoreNLP/

2. Store the folder wherever you want to. For this example assume /Users/myusername/stanford-corenlp-full-2015-12-09

3. cd into the nlp-meetup-demo directory

4. compile the classes:

javac -cp "/Users/myusername/stanford-corenlp-full-2015-12-09/\*:stanford-nlp-resources/\*" *java

5. 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