This is my final project using NLP for Data science capstone where I have made a data product that predicts the next word of the input string.
Overview of how I created the data product
- Cleaning & exploration of data from twitter,blogs & news
- Tokenization & creation of n-grams data (uni,bi,tri,quad-gram)
- Came up with a prediction model that predicts the next word of a given string
- Wrote a shiny application that uses the model to predict and deployed it into shiny server