pytorch-chatbot icon indicating copy to clipboard operation
pytorch-chatbot copied to clipboard

nltk_Data/punkt

Open ghost opened this issue 1 year ago • 2 comments

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 avatar Dec 28 '23 05:12 ghost

ASAP

ghost avatar Dec 28 '23 05:12 ghost

Try doing from terminal instead

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

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

LuluW8071 avatar Feb 19 '24 12:02 LuluW8071