摘要:
jieba分词 import jiebaf = open(聊斋.txt', "r", encoding='gbk')words = jieba.lcut(txt)counts = {} for word in words: if len(word) == 1: continue else: coun 阅读全文
posted @ 2023-12-19 15:35
Ayers_Lynn
阅读(44)
评论(0)
推荐(0)
浙公网安备 33010602011771号