The 2021 Word Predictor;
- is a prototype NLP app used to predict the next word on a preceding input.
- uses the en_US capstone data set containing a corpus of text from blogs, news and twitter.
- allows the user to key in phrases to predict a set of 3 choices for the next word.
- was built in R using the SBO package based on N-gram tokenization models.
Link: Capstone Dataset