Shubham Nagle
July 31 2020
The objective of this project is developing an application that would predict the next word in a phrase that the user inputs and This application shopuld be:
The data came from HC Corpora with three files (Blogs, News and Twitter).
The data was cleaned, processed, tokenized, and n-grams are created which is further used into the algorithm to predict the next word based on the text entered by the user.
The user simply enters a word or phrase in the text box, and suggested next words will appear below it. Instructions are provided in the left sidebar to ensure a smooth user experience.
The final report comes from the link Milestone Report.
The next word prediction app is hosted on shinyapps.io: Shiny app
Thank You