The presentation is about the Word Prediction Shiny App built using R. This project is created for the Final Project Submission of Data Science Capstone Course on Coursera.
The goal of this project is to build a predictive model for text processing and present it using Shiny app. The shiny app has the User Interface that takes a phrase or a partial sentence as an input and outputs a prediction of the next word.
Datasets Used
The data for word prediction model project is given by SwiftKey. The training data includes three types of datasets Blogs, News and Twitter. The data is from a corpus called HC Corpora. The corpora are collected from publicly available sources by a web crawler.