Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textblob not finding the downloaded corpora #473

Open
stajdini opened this issue Sep 25, 2024 · 1 comment
Open

Textblob not finding the downloaded corpora #473

stajdini opened this issue Sep 25, 2024 · 1 comment

Comments

@stajdini
Copy link

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?

@gajanan0707
Copy link

gajanan0707 commented Oct 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants