Your Name
julio 17, 2026
Problem: mobile keyboards need to suggest the next word instantly, with no server-side heavy lifting and no lag.
Approach: Stupid Backoff n-gram model (Brants et al., 2007)
"I love to eat" -> looks up "to eat" -> "eat pizza" (top match)
Live app: your-shinyapps-url-here
Example: type “how are” → predicts “you”
Next steps: A/B test against users' actual typing behavior and expand training data to boost coverage on rare phrasing.