Re: Pretrained Word2Vec models

2016-12-05 Thread Robin East
There is a JIRA and a pull request for this - https://issues.apache.org/jira/browse/SPARK-15328 - however there has been no movement on this for a few months. As you’ll see from the pull request review I was able to load the Google News Model but could not get it to run.

Pretrained Word2Vec models

2016-12-05 Thread Lee Becker
Hi all, Is there a way for Spark to load Word2Vec models trained using gensim or the original C implementation of Word2Vec? Specifically I'd like to play with the Google News model