- A Shiny app that predicts the next word in a phrase
- Built using an n-gram language model in R
- Designed to be fast, simple, and user-friendly
Model approach:
- Uses n-grams: bigrams, trigrams, fourgrams
Example:
- Input: “I love”
- Output: “you”
Future improvements:
- Better smoothing
- Larger datasets
- Multiple word predictions