Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 307 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 307 Bytes

learning-analysis

cut1.py为分词代码
1.txt为标题原始数据
2.txt为回答原始数据
wordCount.txt为标题分词结果
wordCount2.txt为内容分词结果
代码适用于Python2.7
运用到的库: jieba 为中文分词库
xwlt为写入Excel表的库