- The goal of the project is to create an application (found here ) that serves as a next-word prediction algorithm
- Based on the user input, an English phrase, the algorithm predicts the next-word of the phrase
- The algorithm implemented here is the stupid-backoff algorithm, popular in the field of Natural Language Processing
- The algorithm is trained on three large English language datasets freely available at HC corpora , and consists of English sentences and phrases from blogs, twitter, and news articles