Open lgr1392585506 opened 3 years ago
您好,我运行时执行 texts_vec = [[model_word2vec[word] for word in text_cut if word in model_word2vec] for text_cut in texts_cut] 时引发报错: argument of type 'Word2Vec' is not iterable,请问有什么解决办法?
你好,可能是gensim版本问题。这是挺早写的,gensim的细节不太记得了,就是遍历文本,查询词库词向量,拼接每个词语的词向量成为句向量,可以根据你的gensim相应版本自行debug修改
您好,我运行时执行 texts_vec = [[model_word2vec[word] for word in text_cut if word in model_word2vec] for text_cut in texts_cut] 时引发报错: argument of type 'Word2Vec' is not iterable,请问有什么解决办法?