Data Science Capstone Final Project
Guanglai Li
Aug. 22, 2015
In this project we build a model to predict the next word after typing a phrase. This kind of models have been widely used for text input in mobile devices such as cell phones and tablets.
data: We will use three text files, 'en_US.blogs.txt', 'en_US.news.txt', and 'en_US.twitter.txt' to build models for English language.
tools: Linux text editing untilities are used to extract ngrams. R language is used to build the prediction model and application.
app: The app is hosted on shinyapps.io. click here to use the model.
key points to improve user experiences: