摘要: 题目: 下载一长篇中文文章。 从文件读取待分析文本。 news = open('gzccnews.txt','r',encoding = 'utf-8') 安装与使用jieba进行中文分词。 pip install jieba import jieba list(jieba.lcut(news)) 阅读全文
posted @ 2018-03-27 23:31 159-吕军~ 阅读(132) 评论(0) 推荐(0) 编辑