Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
1. Check Python Version { python --version }
2. { pip install numpy }
3. { pip install nltk }
4. Make sure python is running (preferrably in 32-bit) { python}
5. Check if nltk is installed {import nltk}
6. Download nltk { nltk.download() }
7. NLTK Downloader will open, select all the files and install them in disired directory
8. Download and wait until its done
9. Close the Downloader
10. It should display True, if so , double check by importing a submodule