April 2, 2016
The app takes a word or (multiple words) from the user. It is an exercise of using a training data from a preprocessed corpus, and some Natural Language Processing algorithms. As output, a predicted word is displayed back to the user. Created using RStudio as a Shiny app
Intead of using probabilities, Kneser-Ney Smoothing and N-grams are used to rank possible next word. The ranking is based on a training data from the Corpus or Dataset using
Check out the app HERE