wordcloud—词云的表示方法

import jieba import wordcloud def shuchu(): txt=open('threekingdoms.txt','r',encoding='gb18030').read() excludes={'将军','却说','荆州','二人','不可','不能','如此'} words=jieba.lcut(txt) counts={}
相关文章
相关标签/搜索