py3.4专题

py2-py3.4 Debug 过程记录 for text_classification_AI100

part one data_process.py   part one data_process.py1、for line in stop_words_file.readlines():stopwords_list.append(line.decode('gdk')[:-1])改为for line in stop_words_file.readlines():stopwords_lis