This is a shiny application that uses an n-gram algorithm to predict then next word of a give string.
For more information:
Do one of the following:
- Visit https://zieka.shinyapps.io/computational_linguistics
- Clone and run via R (skip the package installs if you already have them)
git clone https://github.com/zieka/etsy_data
cd etsy_data
navigate to the directoryR
open an R consoleinstall.packages(c('devtools','data.table'))
devtools::install_github(c('rstudio/ggvis', 'rstudio/shiny', 'hadley/dplyr'))
shiny::runApp()