摘要: # -*- coding:UTF-8 -*- # -*- author: Hiro -*- import jieba txt = open('a.txt','r',encoding='utf-8') text1 = txt.read() text2 = list(jieba.lcut(text1)) delete = {',','。',' ',':','“','”','','!','、... 阅读全文
posted @ 2018-03-28 19:59 Hiro-D 阅读(77) 评论(0) 推荐(0) 编辑