The goal of the capstone project is to build a Shiny application based on a predictive text model using corpus data.
The user would provide a word or short phrase and the application would try to predict the next word.
Three corpus of English language from the Internet have been used to train the model (news, blogs, and tweets). They have been analyzed and processed to extract information of word collocations that have been used in the Shiny application to provide a fast and reliable prediction at the time of user request.