I have installed NLTK module but when I try to install the data I am getting the error below.
>>>import nltk
>>> nltk.download('punkt')
[nltk_data] Error loading punkt: <urlopen error [Errno 11004]
[nltk_data] getaddrinfo failed>
False
How should I install the data?