安装与 python 2 兼容的较旧(但稳定)的 NLTK 版本

Install older (but stable) NLTK version compatible with python 2

我想为 python2.7 安装较旧(但稳定)的 NLTK 版本。 我尝试 运行 命令:pip install nltk===x.x.x 但终端报告了很多错误。 我想知道是否有可以下载 nltk 的存储库,或者是否有其他方法可以解决该问题。 谢谢

https://www.nltk.org/news.html 开始,v3.4.5 应该是 Python 2 支持的最后一个版本。

pip install nltk==3.4.5

注意:但是,强烈建议使用 NLTK 和 Python 3.