Brad Dietz
1/18/2016
The ability to predict the next word a user will type is valuable especially on the web and mobile devices. The goal of this Capstone project is to build a model to predict the next word a user will type. The model will be accessible over the internet as a Shiny application.
This submission uses bi, tri, quad and penta n-gram data and the backoff method to predict the next word a user will type. The original scope of the project was expanded to include 2 guesses for each prediction.
Go to https://bdietz77.shinyapps.io/WordPredict/
The left half of the screen is the text input box. Whatever text you enter, the model will produce 2 predictions.
The right half of the screen is the output of the model or where the 2 predictions are displayed.
There is a short summary of the project if you click on the 'About' button in the right half of the screen.
100% of the data was processed to construct the N-Gram tables
Back Off Method