Pawan Mishra
11th March 2018
Precursors to building the prediction Model
Case1: if user enters only 1 word
Case2: if user enters 2 words
Check if the entered words appear in the training data (Unigram table)
If both words exist in the training data, we check if they ever appear together in the entered order, i.e. we check if the bigram formed by these words exists.
case 3: if user enters 3 words
case 4: if user enters more than 3 words
Application Link: https://pawnypro.shinyapps.io/NextWordPredictor/
Initial Screen

Screen with prediction
