When I run the following Python code in my local Jupyter notebook (in macOS)
import nltk
from nltk.corpus import stopwords
nltk.download('stopwords')
I got the following errors:
[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:992)>
Any input is appreciated.