摘要: import jiebac=open(r'C:\Users\李建宏\Desktop\《聊斋志异》白话简写版.txt')fenci=jieba.lcut(c.read())a=[] #列表中分词for word in fenci: if len(word) == 1: continue else: a 阅读全文
posted @ 2021-11-13 23:19 流浪猫i7 阅读(27) 评论(0) 推荐(0)