摘要:
import jieba txt = open("C:/Users/86183/Desktop/三国演义.txt.txt","r",encoding = "utf-8").read() #打开文本 words = jieba.lcut(txt) counts = {} for word in wor 阅读全文
posted @ 2020-04-07 17:09
Xiao_kong
阅读(222)
评论(0)
推荐(0)