Next Word Prediction Shiny Application

eniyei
25/05/2017





Capstone Project for
Data Science Specialization on Coursera.org

Objective

The goal of this application is to predict the next word using Text Mining and Natural Language Processing techniques.
You can see the app by clicking the link below.

Method Used


- sample data from the HC Corpora data
- cleaning the data
- tokanizing the data
- building frequency matrices from bigrams, trigrams and quadgrams

Initial Preparation

You can see the initial preparation for the app on Rpubs.com - the Milestone Report before the Capstone Project.

How to work with the app

Start typing in the left field and simultaneously the right one is updated with a prediction of the next word that follows.


Thank you for your time!