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


Ignore:
Timestamp:
Sep 21, 2015, 9:40:08 AM (9 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/OpinionSentiment

    v15 v16  
    61611. Download Stanford Core NLP from http://nlp.stanford.edu/software/corenlp.shtml, unzip it.
    6262
    63 2. Try it: e.g. `java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g edu.stanford.nlp.sentiment.SentimentPipeline -stdin` or `java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g edu.stanford.nlp.sentiment.SentimentPipeline -file book-reviews.txt`
     632. Try it: e.g.
     64{{{
     65java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g edu.stanford.nlp.sentiment.SentimentPipeline -stdin
     66}}}
     67 or
     68{{{
     69java -cp "stanford-corenlp-full-2015-04-20/*" -mx5g edu.stanford.nlp.sentiment.SentimentPipeline -file book-reviews.txt
     70}}}
    6471
    65723. In how many classes does Stanford Core NLP classify the sentences? Write it in `<YOUR_FILE>`. Write example of a wrong classification.
    6673
     74=== Upload `<YOUR_FILE>` ===
     75
     76Do not forget to upload your resulting file to the [https://is.muni.cz/auth/el/1433/podzim2015/IA161/ode/59241104/ homework vault (odevzdávárna)].