NLTK and Stopwords Fail #lookuperror

后端 未结 6 794
我寻月下人不归
我寻月下人不归 2020-12-24 00:35

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

6条回答
  •  借酒劲吻你
    2020-12-24 01:12

    import nltk
    nltk.download()
    

    Click on download button when gui prompted. It worked for me.(nltk.download('stopwords') doesn't work for me)

提交回复
热议问题