This app predicts the next word a user is likely to type, given a partial phrase in English — the same problem SwiftKey/Google Keyboard solve for mobile typing.
- Input: a phrase (e.g. “I love to”)
- Output: the single most probable next word, plus 5 ranked candidates
- Built with R Shiny, deployed on shinyapps.io
- Trained on a sampled corpus of blogs, news, and Twitter text