This is a fork of gensimr v. 0.0.1 by John Coene.
I modified it to be able to load a Word2Vec model that was saved with gensim's save() function. The modification is made in R/models.R line 522:
gensim$models$Word2Vec$load(file)replaced with
gensim$models$KeyedVectors$load(file)