Open alvations opened 7 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?
NotImplementedError
Good idea, but I think we should deprecate it first, and remove it in the next major release.
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
?