wtf
摘要: import jieba import imageio import wordcloud 1.读取文件内容 with open(r'D:\untitled2\回家的诱惑.txt.py','r',encoding='utf 8') as fr: data=fr.read() 使用结巴模块对文件内容切割 阅读全文
posted @ 2019-08-27 21:30 wtfss 阅读(140) 评论(0) 推荐(0)