- This project builds a Next Word Prediction App using R Shiny
- The goal is to predict the next word based on a given phrase
- Useful for:
- Text auto-completion
- Messaging apps
- Search engines
- Text auto-completion
2026-06-14
Input text is cleaned (lowercase, trimmed)
Last two words are extracted
Compared with n-gram dataset
Matching result is displayed
If no match: