Hi all, Is there a way for Spark to load Word2Vec models trained using gensim <https://radimrehurek.com/gensim/> or the original C implementation <https://code.google.com/archive/p/word2vec/> of Word2Vec? Specifically I'd like to play with the Google News model <https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit?usp=sharing> or the Freebase model <https://docs.google.com/file/d/0B7XkCwpI5KDYaDBDQm1tZGNDRHc/edit?usp=sharing> to see how they perform before training my own.
Thanks, Lee