Nicolais Guevara
April 26 2015
What is a Next Word Prediction?
Why do we need a prediction?
How ?
1) Load the english public HC corpora dataset
2) Cleaning the data
remove profanity words
3) Generate n-gram from our data
4) Implementation of the Back-off language predictor model
For our model we use 1- to 4-gram with frequency greater than 2:
User should provide:
The Application will provide:
Test our app: Next Word Prediction App