Predicting the Next Word
Ashish Veera
21st January 2018
The goal of this project is to build a predictive text model so that it can predict the next word as the user is typing a sentence into the Shiny app.
The Shiny app is available at https://ashishveera.shinyapps.io/ShinyApp/
Github Repo is available at https://github.com/AshishVeera/Data-Science-Capstone
The prediction model for predicting the next word is based on the Katz Back-off algorithm. Here's the description of the mechanics of this algorithm: