dasmith / stanford-corenlp-python

Python wrapper for Stanford CoreNLP tools v3.4.1
GNU General Public License v2.0
610 stars 229 forks source link

Support for sentiment analysis #23

Open apexkid opened 9 years ago

apexkid commented 9 years ago

Hi, I was planning to use the python wrapper but I am not sure if it has support for sentiment analysis like the original sanfordCoreNLP. If yes, please share some documentation.

ivancruzbht commented 9 years ago

The thing is corenlp-python relies on the Stanford CoreNLP interactive shell, which does not display the sentiment.

I modified the original source code of Stanford CoreNLP to display the sentiment and then modify corenlp-python to support this.