def run(self):
# setuptools is an oldie goldie. super() is not supported by base class (it's an "old style class")
SetuptoolsInstallCommand.do_egg_install(self)
import nltk
for corpus in _required_nltk_corpora:
nltk.download(corpus)
评论列表
文章目录