摘要: import jieba from wordcloud import WordCloud import imageio mask=imageio.imread('E:\python玩\词云大作业龙族\路明非.png') f = open( "E:\python玩\词云大作业龙族\龙族.txt", " 阅读全文
posted @ 2021-04-29 20:36 天国圣域 阅读(99) 评论(0) 推荐(0)
摘要: from wordcloud import WordCloudfrom scipy.misc import imreadimport matplotlib.pyplot as pltimport jiebadef read_deal_text(): with open("ciyun.txt","r" 阅读全文
posted @ 2021-04-25 13:12 天国圣域 阅读(113) 评论(0) 推荐(0)