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

nltk_Data/punkt #26

Open
ghost opened this issue Dec 28, 2023 · 2 comments
Open

nltk_Data/punkt #26

ghost opened this issue Dec 28, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 28, 2023

I tried to download punkt using
Import nltk
nltk.download('punkt')

getting the common error :

import nltk
nltk.download('punkt')
[nltk_data] Error loading punkt: <urlopen error [WinError 10060] A
[nltk_data] connection attempt failed because the connected party
[nltk_data] did not properly respond after a period of time, or
[nltk_data] established connection failed because connected host
[nltk_data] has failed to respond>
False

pls help me out with the following error

@ghost
Copy link
Author

ghost commented Dec 28, 2023

ASAP

@LuluW8071
Copy link

LuluW8071 commented Feb 19, 2024

Try doing from terminal instead

python
>> import nltk
>> nltk.download('punkt')

If it doesn't throw error
Coment the nltk.download('punkt') part

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

1 participant