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

Unable to download Stopwords and also unable to access stopwords zip file manually. #3194

Closed
mdabdulrahman opened this issue Oct 16, 2023 · 2 comments

Comments

@mdabdulrahman
Copy link

Here is error when I try to download stopwords package in terminal
Code :

>>import nltk
>>nltk.download("stopwords")

Error :

[nltk_data] Error loading stopwords: <urlopen error [WinError 10054]
[nltk_data]     An existing connection was forcibly closed by the
[nltk_data]     remote host>

Then tried to install it manually but the link is doesn't seems to work
Link : stopwords zip link

@tomaarsen
Copy link
Member

Some users, particularly those who are using the "Jio" internet provider, have experienced this issue. They seemed to have been able to resolve it by connecting to mobile hotspot temporarily while downloading NLTK resources, or by changing some DNS settings.

There's a bit more info here, perhaps it'll help: #3146

@mdabdulrahman
Copy link
Author

Some users, particularly those who are using the "Jio" internet provider, have experienced this issue. They seemed to have been able to resolve it by connecting to mobile hotspot temporarily while downloading NLTK resources, or by changing some DNS settings.

There's a bit more info here, perhaps it'll help: #3146

Thanks, yes that's the issue.
I have tried it today it works now!!

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