cgp
cgp

Reputation: 41381

Is StanfordCoreNLP deprecated?

In the documentation, there is an example that utilizes the class: StanfordCoreNLP. But when you download the latest version, the class is nowhere to be found. It's found easily in earlier versions and the example works great. I've been looking all over but can't seem to figure out what happened to StanfordCoreNLP.

Has anyone used recent versions of the library who can tell me what happened to StanfordCoreNLP?

Upvotes: 2

Views: 159

Answers (1)

rec
rec

Reputation: 10895

The class is still in CoreNLP 3.2.0:

edu.stanford.nlp.pipeline.StanfordCoreNLP

Just found it in the CoreNLP 3.2.0 Maven artifact using the Eclipse "open type" feature.

Upvotes: 3

Related Questions