【发布时间】:2017-11-13 21:31:20
【问题描述】:
在 StanfordCore NLP 网站上有如下演示:http://nlp.stanford.edu:8080/sentiment/rntnDemo.html
demo 给出了一个句子从 0 到 4 的详细情感分数。
我了解如何使用命令行获得“正面”或“负面”评估,类似于以下内容: Screenshot from corenlp.run showing a positive sentiment analysis
我已经看过这个问题,但我对如何创建所附屏幕截图中显示的分析感兴趣。 Getting sentiment analysis result using stanford core nlp java code
Stanford CoreNLP 中是否有办法返回给定句子的分数(即 0-4),以显示其积极或消极程度?
谢谢!
【问题讨论】:
标签: java stanford-nlp sentiment-analysis