摘要: import jieba txt = open("D:\download\西游记.txt", "r", encoding='gb18030').read() words = jieba.lcut(txt) counts = {} for word in words: if len(word) == 阅读全文
posted @ 2020-11-22 21:14 我的人生不止一部戏 阅读(120) 评论(0) 推荐(0)