The goal of this project is to create a word prediction system similar to what is available on all modern cell phones. The requirements for the project were as follows:
- Develop an algorithm to predict the next word based on an input string of words
- Deploy that algorithm as an R Shiny app
- Create this presentation using the R Presentation system
We were given access to a corpus of text sampled from Twitter, blogs, and news articles. This would help us get started on building and training our prediction model.