摘要: Python生成词云图 from wordcloud import WordCloudimport PIL.Image as imageimport numpy as npwith open("/home/ly/Desktop/file.txt", encoding='utf-8') as f: # 阅读全文
posted @ 2021-11-03 17:52 {hunter}ZY 阅读(88) 评论(0) 推荐(0)