九月 26, 2026
The opportunity: people type billions of words a day on phones. Suggesting the next word saves keystrokes and reduces errors.
The product: a web app that predicts the next word of any phrase, in milliseconds, from a model small enough to run on a free server.
For input “… thanks for the”:
Stupid Backoff (Brants et al., 2007) needs no expensive smoothing, scales to web-sized data and each prediction is just 3 keyed look-ups.
| Metric | Value |
|---|---|
| Test cases (unseen sentences) | [not measured] |
| Top-1 accuracy | [not measured] |
| Top-3 accuracy | [not measured] |
| Top-5 accuracy | [not measured] |
| Average time per prediction | [not measured] |
| Model size in memory | [not measured] |
“Top-3” is what a phone keyboard shows: the right word is in the suggestion bar for [not measured] of words typed.
Using the app (https://YOUR-ACCOUNT.shinyapps.io/next-word/)
Next steps