Skip to content

stanfordnlp/nlp-meetup-demo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages