The objective of this capstone project is to develop a Shiny app that can predict the next word, like that used in mobile keyboards applications implemented by the Swiftkey.
There are many tasks to be realized such as:
- Understanding the problem, getting and cleaning the data;
- Making of Exploratory Data Analysis (EDA);
- Tokenization of words and predictive text mining;
- Writing a milestone project and a prediction model;
- Developing a shiny application and Writing the Pitch.
The data came from HC Corpora with three files (Blogs, News and Twitter). The data was cleaned, processed, tokenized, and n-grams are created.
The Shiny app can be found at using this link: https://chris1234oz.shinyapps.io/Capstone_Word_Predictor/
The code used to create this application can be found here: https://github.com/ChrisBly/Coursera-Data-Science-Specialization—Capstone.git