gpt4 book ai didi

java - 如何在 Java 程序中执行斯坦福 CoreNLP 情感分析?

转载 作者:行者123 更新时间:2023-12-01 10:27:24 25 4
gpt4 key购买 nike

我正在使用斯坦福 CoreNLP 和以下命令行参数

java -cp "*" -mx5g edu.stanford.nlp.sentiment.SentimentPipeline -file foo.txt

我也在命令提示符下获得了结果。如何在 Java 中执行相同的操作?

我可以导入那里存在的所有库,但我不知道要专门执行哪个函数来获取情感分析结果。如何以编程方式执行相同的操作?

最佳答案

基本上,您可以使用应用程序编程接口(interface) (API) 以编程方式执行 Java 代码。斯坦福 CoreNLP 提供了一个演示,展示如何使用 API。这是他们的 FAQ page说:

How do I use the API?

A brief demo program included with the download will demonstrate how to load the tool and start processing text. When using this demo program, be sure to include all of the appropriate jar files in the classpath.

当您开始使用演示程序时,请检查之前关于运行斯坦福 CoreNLP 演示提出的其他问题,例如这个:Executing and testing stanford core nlp example

关于java - 如何在 Java 程序中执行斯坦福 CoreNLP 情感分析?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35291574/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com