On the StanfordCore NLP website there is the following demo:http://nlp.stanford.edu:8080/sentiment/rntnDemo.html
The demo gives a sentence a detailed sentiment score from 0 to 4.
I understand how to get a "positive" or "negative" assessment using command line, similar to this: Screenshot from corenlp.run showing a positive sentiment analysis
I have seen this question already, but I am interested how the analysis shown in the attached screenshot is created. Getting sentiment analysis result using stanford core nlp java code
Is there a way in Stanford CoreNLP to return a score (i.e. 0-4) for a given sentence so show its degree of positivity or negativity?
Thanks!