摘要: #读取数据集 import csv file_path=r'C:\Users\Administrator\Desktop\江南.txt' sms=open(file_path,'r',encoding='utf-8') text=csv.reader(sms,delimiter='\t') text #预处理 def preprocessing(text): #text=text.de... 阅读全文
posted @ 2018-11-29 11:53 何美玲 阅读(161) 评论(0) 推荐(0)