October 2024
This project uses data science techniques to design a Natural Language Processing (NLP) word prediction algorithm implemented as a Shiny app. The app predicts the next word based on a given phrase.
Link to App: Word Prediction Shiny App
The data used in this project is derived from the HC Corpora, which can be found at HC Corpora. It consists of:
To use the app: - Enter words separated by a single space. - The next most probable word is automatically displayed on the right side of the screen.
The Shiny app effectively demonstrates the application of NLP in predicting the next word based on user input, utilizing robust data preprocessing and algorithmic techniques to enhance user experience.