The Wayback Machine - https://web.archive.org/web/20201203001330/https://github.com/stanfordnlp/nlp-meetup-demo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.