i am getting SSL certificate error as shown below
I was trying to get stopwords using the below code which showed error as stopwords not found. hence tried downloading
from nltk.corpus import stopwords
en_stops = set(stopwords.words('english'))
print(en_stops)