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.
---
Robin East
Spark GraphX in Action Michael Malak and Robin East
Manning Publications Co.
http://www.manning.com/books/spark-graphx-in-action 






> On 5 Dec 2016, at 21:34, Lee Becker  wrote:
> 
> 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 
> 
>  or the Freebase model 
> 
>  to see how they perform before training my own.
> 
> Thanks,
> Lee



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

or
the Freebase model

to
see how they perform before training my own.

Thanks,
Lee