我尝试使用 python 命令提示符上的命令下载 nltk
import nltk
nltk.download() //after this it started downloading
现在我想从我的系统中删除所有 nltk 文件,请帮助卸载和删除所有 nltk 文件。
我尝试使用 python 命令提示符上的命令下载 nltk
import nltk
nltk.download() //after this it started downloading
现在我想从我的系统中删除所有 nltk 文件,请帮助卸载和删除所有 nltk 文件。
Linux -
打开终端并输入sudo pip uninstall nltk
窗户 -
要卸载 NLTK 3:
打开目录C:/Python27/Lib/site-packages
删除:nltk
和nltk-3.0...egg-info
参考 -