Kenneth Wong
the purpose of this application is to predict the next work the user is probably going to type. The use of this application can be integrated on to mobile devices and other devices. This would impore typing speed and spelling accurarcy.
There will be a textbox input that allows you to input words or phrases. the prediction will be shown after you clicked the “predict button”
The app uses the HC Corpora data set to determine word frequency.
The HC Corpora data set is skimmed and processed to removed extraneous characters and then is categorized into the most frequent N-grams.
Using these these frequencies the app then takes the user submitted sentences and calculates the word most likely to be used.