Write a function that finds the 10 most frequent vocabulary items in the Brown Corpus that are not stopwords

后端 未结 0 951
执念已碎
执念已碎 2021-01-25 11:23

all. Math grad student. This is my first real foray into coding...

Here\'s what I have written:

lowerbrown = [w.lower() for w in brown.words()]
stopwords =         


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