摘要: import jieba excludes = {"将军","却说","荆州","二人","不可","不能","如此"} txt = open("sg.txt", "r", encoding='utf-8').read() words = jieba.lcut(txt) counts = {} fo 阅读全文
posted @ 2020-04-15 00:56 平平无奇的陈序员 阅读(218) 评论(0) 推荐(0)