- Built a smart next-word prediction app
- Trained on:
- Blogs
- News
- Twitter
- Predicts the next word using n-gram frequency tables
2025-07-13
Example: predict_next_word(“I would like”) → “to”
tidytext, dplyr, stringr – for preprocessing and prediction.rds files – for fast loading of n-gram models