8/6/2015
This Word Prediction App uses Ngram back-off model to predict next word based on user's input. It has two major components:
- Prediction provides interface for user to input phrases and get word prediction.
- Instruction tab gives user detail instruction on how to use this app including a demo.
- Notes includes trouble shooting and further information about using this app.
After data cleaning includes profanity removal and Ngram creation, this app uses Katz's back-off model to predict next word.
To make the app as user friendly as possible this app feasures:
The app can be used by following the simple steps (See demo below):