摘要: 尾号为7,8,9,0的同学做,聊斋相关的分词,出现次数最高的20个。 ```import jieba # 读取文本文件 path = "聊斋志异.txt" file = open(path, "r", encoding="utf-8") text = file.read() file.close() 阅读全文
posted @ 2023-12-14 19:38 SnowDreamXUE 阅读(91) 评论(0) 推荐(0)