摘要: from numpy import *import jiebaimport copy with open('content', 'r', encoding = 'utf-8') as f: content = f.read() with open('stopwords', 'r', encoding 阅读全文