def save_bow(hotel_files,extra_stopwords=None):
corpus = Corpus(hotel_files,extra_stopwords)
corpora.MmCorpus.serialize(BowFile,corpus)
print "==================== BOW data Generated and Saved ===================="
评论列表
文章目录