spark-word2vec-example

This example is based on this kaggle tutorial: Use Google's Word2Vec for movie reviews.

The aim of this example is to translate the python code in this tutorial into Scala and Apache Spark. We use the Word2Vec implementation in Spark Mllib.

Run

 git clone http://github.com/dosht/spark-word2vec-example.git
 cd spark-word2vec-example
 sbt run