The goal of this presentation is to introduce a shiny app built to predict the next word based on users’ inputs.
Why this app?
Increase text enter speed. Reduce typos.
5/30/2020
The goal of this presentation is to introduce a shiny app built to predict the next word based on users’ inputs.
Why this app?
Increase text enter speed. Reduce typos.
The app works by using an n-gram backoff model. A basic idea of the steps the model takes are:
Response time was sped up by:
If the app can’t find a match, it returns the highest frequency unigram so the user always has a new word to add to their sentence.
Click here: https://andreapuggioni.shinyapps.io/wordPredictor/