Skip to content

mkolod/word2vec_meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word2Vec example for SF Advanced Spark Meetup (Jan. 12, 2016)

To start sbt:

  1. If you have sbt - simply type "sbt"

  2. If you don't have sbt - type "./sbt" (assuming you're on a Linux/OS X/*nix OS). Note that you may need to "chmod" to enable the script to be executable, e.g. "chmod 744 ./sbt"

Once sbt is running - type "run"

Applications that can be executed:

  1. To train model - select "us.marek.meetup.w2v.W2VTraining"

  2. To generate synonyms - select "us.marek.meetup.w2v.W2VPrediction"

About

Word2Vec example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published