Zach Eisenstein
July 2018
Example
Input text: “I am going to the”
trigram = “going to the”, bigram = “to the”, unigram = “the”
n-gram next word frequencies retrieved from training set
| trigram | value | freq |
|---|---|---|
| going to the | gym | 41 |
| going to the | game | 19 |
| going to the | movies | 17 |
The app has a simple interface suitable for mobile devices.
As the user types, the interface updates in real time, utilizing the n-gram backoff algorithm to predict the next word.
The top 3 choices and their respective “scores” are shown for reference.
The app recognizes sentence ending punctuation and will cease the lookback at that point.
Contact:
Zach Eisenstein
z.eisenstein2@gmail.com
LinkedIn