TextBlob icon indicating copy to clipboard operation
TextBlob copied to clipboard

Textblob not finding the downloaded corpora

Open stajdini opened this issue 1 year ago • 1 comments

When I want to use TextBlob, there is an error asking me to run: python -m textblob.download_corpora

When it run that, it does download the corpora in the directory : C:\Users{my username}\AppData\Roaming\nltk_data

But apparently, TextBlob can not find the corpora and keeps asking me to download them. This only happens if I use TextBlob in a virtual environment. No issues in the global environment. Any solutions?

stajdini avatar Sep 25 '24 23:09 stajdini

I am also facing Same issue

Error processing sentence: Looks like you are missing some required data for this feature.

To download the necessary data, simply run

python -m textblob.download_corpora

or use the NLTK downloader to download the missing data: http://nltk.org/data.html If this doesn't fix the problem, file an issue at https://github.com/sloria/TextBlob/issues.

gajanan0707 avatar Oct 10 '24 17:10 gajanan0707

fixed in 0.19.0

sloria avatar Jan 13 '25 23:01 sloria