Shree
06/17/2017
Text Prediction Algorithm using Swiftkey dataset
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:
P(game | looking + forward + playing) = log(P(looking + forward)/P(looking)) + log(P(forward + playing) / P(forward)) + log(P(playing + game)/P(game))
The above formula shows how the algorithm calculates a score based on Markov assumption given a predicted word.
To use application input a phrase to be analyzed, select the max number of results to return and press the “Predict” button.
Output: It shows the original input phrase, the filtered phrase that the analyzes, and a table showing predicted words.
Click here to use the application.