Changes between Version 16 and Version 17 of private/NlpInPracticeCourse/OpinionSentiment


Ignore:
Timestamp:
Sep 21, 2015, 9:41:26 AM (10 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/OpinionSentiment

    v16 v17  
    63632. Try it: e.g.
    6464{{{
    65 java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g edu.stanford.nlp.sentiment.SentimentPipeline -stdin
     65java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g \
     66    edu.stanford.nlp.sentiment.SentimentPipeline -stdin
    6667}}}
    6768 or
    6869{{{
    69 java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g edu.stanford.nlp.sentiment.SentimentPipeline -file book-reviews.txt
     70java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g \
     71    edu.stanford.nlp.sentiment.SentimentPipeline -file book-reviews.txt
    7072}}}
    7173