Hello,
I get the following error from the notebook when I run the following:
nltk.download(‘twitter_samples’)
nltk.download(‘stopwords’)
[nltk_data] Error loading twitter_samples: <urlopen error [SSL:
[nltk_data] CERTIFICATE_VERIFY_FAILED] certificate verify failed:
[nltk_data] unable to get local issuer certificate (_ssl.c:1076)>
[nltk_data] Error loading stopwords: <urlopen error [SSL:
[nltk_data] CERTIFICATE_VERIFY_FAILED] certificate verify failed:
[nltk_data] unable to get local issuer certificate (_ssl.c:1076)>
Please advise! Thank you!