March 11, 2017
The “Your next word is…” app predicts the next word in a phrase input by the user.
The phrase can be any length but must be in English.
The instructions for the user are quite simple:
A simple back off model was implemented as follows:
There are two important factors to consider when selecting a word prediction algorithm:
Improving the accuracy of an algorithm may also increase the time required to return a prediction. While the simple back off model used in this app may not be as accurate as more complex models, it requires very few calculations resulting in a short waiting time for the user.