Changes between Version 25 and Version 26 of private/NlpInPracticeCourse/OpinionSentiment


Ignore:
Timestamp:
Sep 25, 2017, 11:36:47 AM (8 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/OpinionSentiment

    v25 v26  
    6969{{{
    7070java -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
    7273}}}
    7374