nltk / nltk

NLTK Source
https://www.nltk.org
Apache License 2.0
13.28k stars 2.85k forks source link

Deprecating and removing Stanford API support #1892

Open alvations opened 6 years ago

alvations commented 6 years ago

Stanford CoreNLP has released their official Python wrapper https://github.com/stanfordnlp/python-stanford-corenlp

Should we remove the support for the Stanford API in NLTK and replace it with NotImplementedError?

stevenbird commented 6 years ago

Good idea, but I think we should deprecate it first, and remove it in the next major release.