The goal of this project is to design a word-predicting application that suggests next word using a language predictive model when writting a text .
Given a word or phrase as an input, the application will try to suggest the next word.
The predictive language model for this app will be trained using a corpus, a collection of text document over which will be applied text mining or natural language processing routines to derive inferences.
In this project US english data set of news, blogs and twitter will be used.
