摘要: jieba分词: import jieba with open("C:\\Users\\86133\\Desktop\\liaozhai.txt", "r", encoding='utf_8') as f: words = jieba.lcut(f.read()) counts = {} for w 阅读全文
posted @ 2023-12-28 21:11 LXxx007 阅读(6) 评论(0) 推荐(0)