Cesar Fernandez
Mon Mar 09 00:00:42 2020

Predict the Next Word
This presentation is created as Final Project Submission for the Coursera Data Science Capstone Course.
To try the apps, you can go to [HERE]- [https://cfernandez.shinyapps.io/coursera-final-submission/]. The app is build as a predictive text model combined with a shiny app UI. It can predict the next word as user types a sentence similar to the way most smart phone keyboards that we have today. It using technology from Swiftkey.
Before building the word prediction algorithm, data are first processed and cleaned as steps below:
The prediction model for next word is using n-gram and backoff models. Explanation how it work is as below:
A Shiny application was developed based on the next word prediction model described previously as shown below. 
