0

i am getting SSL certificate error as shown below

enter image description here

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)
Harsha Biyani
  • 7,049
  • 9
  • 37
  • 61

0 Answers0