https://github.com/stanfordnlp/nlp-meetup-demo
https://github.com/stanfordnlp/nlp-meetup-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stanfordnlp/nlp-meetup-demo
- Owner: stanfordnlp
- Created: 2016-03-24T09:47:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T17:29:49.000Z (over 8 years ago)
- Last Synced: 2025-05-29T04:37:01.295Z (7 months ago)
- Language: Java
- Size: 3.26 MB
- Stars: 8
- Watchers: 13
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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