py-corenlp icon indicating copy to clipboard operation
py-corenlp copied to clipboard

Sentiment Analysis

Open jainhm opened this issue 9 years ago • 3 comments

Hi..Just wondering if this would work for performing sentiment analysis via Stanford core nlp?If so, could you please share an example code. Thanks!

jainhm avatar May 12 '16 01:05 jainhm

I think this is currently an issue that will be fixed in the next CoreNLP release https://github.com/stanfordnlp/CoreNLP/issues/170

smilli avatar May 12 '16 05:05 smilli

Hi! I was wondering what the command you used was to include the .jar file to the classpath to resolve this issue. Thanks!

dinabenayadcherif avatar Aug 29 '16 18:08 dinabenayadcherif

@jainhm @dinabenayadcherif I just tested it, it works.

go to https://github.com/stanfordnlp/CoreNLP download the latest code, there are quite some update in the mean time. compile it and create jar file. put jar in the corenlp working directory. it should work.

sceamms avatar Sep 21 '16 21:09 sceamms