Dipanjan Sarkar
22nd August, 2015
This application has been created to fulfil the requirements of the Coursera JHU Capstone project in association with SwiftKey. This application deals with text prediction, where we enter free text written in English language and the application tries to predict the best next word for that entered text.
tm
, dplyr
, data.table
for backend algorithmsshiny
for web app developmentThe prediction engine uses a backoff model with probaility estimators to determine the top 5 best next words based on prior histories of the input text. For this, it uses the generated n-gram models.