gensim.models.Word2Vec.reset_from

Word2Vec.reset_from(other_model)[source]

Borrow shareable pre-built structures (like vocab) from the other_model. Useful if testing multiple models in parallel on the same corpus.