This project demonstrates a predictive text model trained on a sample of the SwiftKey English corpus. The model is deployed as a Shiny application that predicts the next word in a user-typed phrase.
The app showcases: - A backoff n-gram model (trigram → bigram → unigram) - Efficient preprocessing applied to large text data - An intuitive, real-time prediction interface