Changes between Version 25 and Version 26 of private/NlpInPracticeCourse/OpinionSentiment
- Timestamp:
- Sep 25, 2017, 11:36:47 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/OpinionSentiment
v25 v26 69 69 {{{ 70 70 java -cp "stanford-corenlp-full-2017-06-09/*" -mx5g \ 71 edu.stanford.nlp.sentiment.SentimentPipeline -file book-reviews.txt 71 edu.stanford.nlp.sentiment.SentimentPipeline \ 72 -file book-reviews.txt 72 73 }}} 73 74