I am trying to start a project of sentiment analysis and I will use the stop words method. I made some research and I found that nltk have stopwords but when I execute the c
import nltk nltk.download()
Click on download button when gui prompted. It worked for me.(nltk.download('stopwords') doesn't work for me)
nltk.download('stopwords')