How to overcome this error?
This happens for most of the NLTK ones. Just do this
import nltk
nltk.download('punkt')
nltk.download('wordnet')
nltk.download('omw-1.4')
No comments:
Post a Comment