摘要: import jiebaimport pandas as pdtxt = open("hlm.txt", "r", encoding="gb18030").read()from gensim.models.word2vec import Word2Vec s... 阅读全文
posted @ 2018-07-31 22:59 luoganttcc 阅读(162) 评论(0) 推荐(0)
摘要: from gensim.test.utils import common_texts, get_tmpfilefrom gensim.models import Word2Vecpath = get_tmpfile("word2vec.model")mode... 阅读全文
posted @ 2018-07-31 22:58 luoganttcc 阅读(153) 评论(0) 推荐(0)