when I am trying to create a wordcloud for cleaned words of text, I observe this specific error: TypeError: expected string or bytes-like object

前端 未结 0 1452
生来不讨喜
生来不讨喜 2021-02-11 12:20

from nltk.stem.snowball import SnowballStemmer import re

stemmer = SnowballStemmer("english")

stopwordsandpunctuations = nltk.corpus.stopwords.words(\'en

相关标签:
回答
  • 消灭零回复
提交回复
热议问题