All code snippets are to be run in the shell unless otherwise noted.
sudo apt-get install g++
sudo easy_install -U gensim
If you cloned this repository, and have the data/
folder, you do not need to do this.
Rscript download.R &
Loads in data, learns model, saves it in models/
.
python lit2vec.py &
python dim_reduce.py &
Rscript plot_dim_reduce.R &