To start sbt:
-
If you have sbt - simply type "sbt"
-
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:
-
To train model - select "us.marek.meetup.w2v.W2VTraining"
-
To generate synonyms - select "us.marek.meetup.w2v.W2VPrediction"