Changes between Version 16 and Version 17 of private/NlpInPracticeCourse/OpinionSentiment
- Timestamp:
- Sep 21, 2015, 9:41:26 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/OpinionSentiment
v16 v17 63 63 2. Try it: e.g. 64 64 {{{ 65 java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g edu.stanford.nlp.sentiment.SentimentPipeline -stdin 65 java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g \ 66 edu.stanford.nlp.sentiment.SentimentPipeline -stdin 66 67 }}} 67 68 or 68 69 {{{ 69 java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g edu.stanford.nlp.sentiment.SentimentPipeline -file book-reviews.txt 70 java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g \ 71 edu.stanford.nlp.sentiment.SentimentPipeline -file book-reviews.txt 70 72 }}} 71 73