Sentiment Analysis
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!
I think this is currently an issue that will be fixed in the next CoreNLP release https://github.com/stanfordnlp/CoreNLP/issues/170
Hi! I was wondering what the command you used was to include the .jar file to the classpath to resolve this issue. Thanks!
@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.