Coursera Student
8/6/2015
This Word Prediction App uses Ngram backoff model to predict next word based on user's input. It has two major components:
Prediction provides interface for user to input phrase and get word prediction.
Instruction tab will give them detail instruction on how to use this app.
Notes is where further information about using this app can be found.
After data cleaning profanity removal and Ngram creation, this app predicts next word using Ngram(up to 4gram) backoff model.
Due to memory and speed limitation, higher Ngram and other algorithm is not applied in this app.
To make the app as user friendly as possible this app feasures:
The app can be used by two steps:(See demo below)