摘要: import matplotlib.pyplot as pltfrom wordcloud import WordCloudimport jiebatext_from_file_with_apath = open('词云.txt').read()wordlist_after_jieba = jieb 阅读全文
posted @ 2017-10-18 17:05 心静水境 阅读(88) 评论(0) 推荐(0)