如何通过 stanford corenlp interactive shell 获取情绪?

How to get sentiment via stanford corenlp interactive shell?

我一直在尝试从stanford corenlp获取sentiment值,但是在interactive中好像shell,sentiment不是作为输出给出。

我已经使用官网给出的命令指定了注释器

java -cp "*" -Xmx3g edu.stanford.nlp.pipeline.StanfordCoreNLP -annotators tokenize,ssplit,pos,lemma,ner,parse,dcoref, sentiment

此外,当我尝试只获取情绪时,首先询问其他注释器,在提供后我根本没有给出任何输出。

我在这两种情况下都获得了交互式 shell。喜欢-NLP> 但是,没有情绪的迹象 - 积极或消极。

此外,如果我们使用 sentimentPipeline 而不是 nlp.pipeline。它给人的感觉。我有什么办法可以通过交互式 shell 获得,或者如果可能的话,我们有什么办法可以将 sentimentPipeline 与 pexpect 一起使用吗?

I was using the older version of Stanford corenlp (3.4.1), but in the recent version (3.5.1), it gives the sentiment.