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
In NLP-Exercise 3 if I import from nltk.corpus the stopwords and if I would like to get the english stopwords like this:
stopwords.words('english')
I get a LookupError, Resource stopwords not found. Is there an other way to get a direct access to the stopwords, or I should download this part of the package?
The text was updated successfully, but these errors were encountered:
In NLP-Exercise 3 if I import from nltk.corpus the stopwords and if I would like to get the english stopwords like this:
stopwords.words('english')
I get a LookupError, Resource stopwords not found. Is there an other way to get a direct access to the stopwords, or I should download this part of the package?
The text was updated successfully, but these errors were encountered: