摘要: jieba库对英文单词的统计 # -*- coding: utf-8 -*- def get_text():txt = open("1.txt", "r", encoding='UTF-8').read()txt = txt.lower()for ch in '!"#$%&()*+,-./:;<=> 阅读全文
posted @ 2020-04-08 09:22 睡务局局长 阅读(89) 评论(0) 推荐(0)