Nathan Smith
August 2015
Capstone Project
JHU Coursera Data Science Specialization
INSTRUCTIONS:
The algorithm works as follows:
The algorithm currently in use relies entirely on (at maximum) the last 3 words in the sentence. As we all know, a sentence has long-range context where the last 3 words may not really tell you much at all about the broader intent of the sentence. A method called bag-of-words should be explored to collect words used previously in the sentence to give more context around word prediction.