Phanindra Reddigari
1/17/2017
Analyze the Swiftkey text files (blogs, twitter, and news) and develop a simple Shiny UI for next word prediction in a free form phrase. The UI is designed to accept user input in a text box and upon user submission, predicts the next word in the phrase. Highlights of the Shiny App design are:
Basic n-Gram Probability based on computation of conditional probabilities using:
Ranking the candidate words by aggregate probability of n-Gram (higher weights for higher order n-grams)