Apurv Kaushal
24-02-2019
An n gram model appraoch to predicting the next word
Word Teller is a web app for predicting the next word of a sentence.
It can find its usage in messaging apps and type interface apps.
It has been built on an N Gram Model under the validity of Markov Chain Assumptions. Some of the salient features of the development process
The Word Teller App has two input features
The user then has to click on the submit button. By default, “hi you” and 1 are the input values.
Using these two input features the app predicts the next word that belongs to either of the two categories
If the user chooses “hi you” and 1 as the input, then the app predicts the top 1 word from all possible options for the next word of both the stop word and non stop word categories.
The Accuracy of Prediction when tested on
Bias & Variance Check