2018年3月28日

摘要: import jieba file=open('pingfan','r',encoding = 'utf-8') wordList=list(jieba.cut(file.read())) wordDict={} for word in wordList: if(len(word)==1): continue wordDict[word]= wordList.... 阅读全文
posted @ 2018-03-28 21:55 155林俊彪 阅读(97) 评论(0) 推荐(0) 编辑

导航