A shiny app for exploring word embedding models
Requires a word embeddings file, from word2Vec. Put it in the home directory, and name it word_embeddings.bin
Also requires:
library(devtools)
install_github('bmschmidt/wordVectors')
From R:
shiny::runApp()
From the command line:
Rscript runapp.R