stanfordnlp / CoreNLP

CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
http://stanfordnlp.github.io/CoreNLP/
GNU General Public License v3.0
9.7k stars 2.7k forks source link

Subjectivity detection API? #412

Closed EasonSun closed 7 years ago

EasonSun commented 7 years ago

Does coreNLP comes with subjectivity detection / genre classification? It seems the sentiment analysis tool cannot do this?

Thank you for your work!

J38 commented 7 years ago

No unfortunately at this time Stanford CoreNLP does not have any capability for this.

J38 commented 7 years ago

The closest thing would be that you can train a classifier to do such a thing, or perhaps the sentiment pipeline. You would have to come up with the training data on your own. More info about the classifier here: https://nlp.stanford.edu/software/classifier.html