Giovanni Melo Carvalho Viglioni
April, 13th 2016
The goal of this exercise is to create a product to highlight the prediction algorithm that you have built and to provide an interface that can be accessed by others. For this project you must submit:
A key point here is that the predictive model must be small enough to load onto the Shiny server.
Functionality of the text prediction algorithm:
The image shows how the algorithm calculates a score (employing the Markov assumption) given a predicted word.
To use the application you must provide a phrase to be analyzed, select the maximum number of results to return and press the “Analyze Text” button.
Output: The original user phrase, the filtered phrase that the algorithm analyzes, and a table showing predicted words.
Click here to see the application and full documentation. Click here to see the source code.
Thanks.