Nltk. Punkt Not Found
As the title suggests, punkt isn't found. Of course, I've already import nltk and nltk.download('all'). This still doesn't solve anything and I'm still getting this error: Excepti
Solution 1:
Which module have you tried to import from nltk? After importing nltk try to download that module alone using nltk.download('module' )..
Solution 2:
Turns out the user didn't have permission to access the file.
Answer here: different nltk results in django and at command line
Post a Comment for "Nltk. Punkt Not Found"