SyntaxFix
Write A Post
Hire A Developer
Questions
If you are running a really old version of nltk, then there is indeed no download module available (reference)
Try this:
import nltk print(nltk.__version__)
As per the reference, anything after 0.9.5 should be fine