This project involves Natural Language Processing. The objective of this project is to take an input word or sentence and to give the predicted next word.
The project includes the 2 following outcomes:
The prediction model uses the principles of “tidy data” applied to text mining in R to predict the next word. This method was used for fast processing of huge volume training data. Key model steps:
The next word prediction app provides a simple user interface to the next word prediction model.