Skip to content

reisner/wordembed_explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A shiny app for exploring word embedding models

Alt text

Setup

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')

Run app:

From R:

shiny::runApp()

From the command line:

Rscript runapp.R

About

A shiny app for exploring word embedding models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages