Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 617 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 617 Bytes

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