安装NLTK按照官方步骤:Installing NLTK
在安装完nltk后,通过下述命令可查看nltk版本:
import nltk
print nltk.__doc__
输出:
The Natural Language Toolkit
2017-12-19