wordcloud—詞雲的表示方法

import jieba import wordcloud def shuchu(): txt=open('threekingdoms.txt','r',encoding='gb18030').read() excludes={'將軍','卻說','荊州','二人','不可','不能','如此'} words=jieba.lcut(txt) counts={}
相關文章
相關標籤/搜索