I tried downloading nltk by using the command on the python command prompt
import nltk
nltk.download() //after this it started downloading
Now I want to delete all the nltk files from my system, please help in uninstalling and removing all the files of nltk.
Linux -
Open up a terminal and type
sudo pip uninstall nltkWindows -
To uninstall NLTK 3:
Open the directory
C:/Python27/Lib/site-packagesDelete:
nltkandnltk-3.0...egg-infoRefer -
How to remove an data/models from nltk dowloader?
How to uninstall a package installed with pip install --user
Na-Rae Han's Python/NLTK FAQ