You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anna and I both needed to run nltk.download('punkt') before from nltk.tokenize import word_tokenize as well as nltk.download('stopwords') before from nltk.corpus import stopwords.
The text was updated successfully, but these errors were encountered:
Anna and I both needed to run
nltk.download('punkt')
beforefrom nltk.tokenize import word_tokenize
as well asnltk.download('stopwords')
beforefrom nltk.corpus import stopwords
.The text was updated successfully, but these errors were encountered: