The import edu.stanford.nlp.pipeline.StanfordCoreN

2019-06-14 11:28发布

I am naive to StanfordNlpTagger. I have downloaded the JAR files form http://nlp.stanford.edu/software/corenlp.shtml#Download.

I have include the four jar files

Satnford-postagger.jar

Stanford-psotagger-3.3.1.jar

Stanford-psotagger-3.3.1.jar-javadoc.jar

Stanford-psotagger-3.3.1.jar-src.jar

The main problem is that I am not able to "import the edu.stanford.nlp.pipeline.StanfordCoreNLP". Can anyone please suggest me if any more jar files have to included?

Thank you.

1条回答
我只想做你的唯一
2楼-- · 2019-06-14 12:22

That class is in a different jar file that you didn't download:

stanford-corenlp-3.3.1.jar
查看更多
登录 后发表回答