摘要: import jiebatxt = open("白雪公主.txt", "r", encoding='utf-8').read()words = jieba.lcut(txt)counts = {}for word in words: if len(word) == 1: continue else: 阅读全文
posted @ 2020-04-06 21:58 hhh黄如 阅读(149) 评论(0) 推荐(0)