NLTK certificate issue

#1
by codebender - opened

Hello and thanks for the great work. I noticed the app returns an error 403 forbidden which points to a failed certificate verification by NLTK.

Here is the entire error

[nltk_data] Error loading averaged_perceptron_tagger: <urlopen error
[nltk_data]     [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify
[nltk_data]     failed: unable to get local issuer certificate
[nltk_data]     (_ssl.c:1091)>
[nltk_data] Error loading cmudict: <urlopen error [SSL:
[nltk_data]     CERTIFICATE_VERIFY_FAILED] certificate verify failed:
[nltk_data]     unable to get local issuer certificate (_ssl.c:1091)>

Am working on a fix and shall make a PR once I fix it

Sign up or log in to comment