May 2021
The objective of this project was to use all the skills in the previous 9 courses to create a text prediction application. this included the following major steps
This App takes a user input and predicts the next word based on the last word used in the set
the algorithm works as follows:
Taking a users input > create a string > parse out the last word > match last word to a data set of ngrams > suggest the most frequently used next word in the ngram set
THANKS. THE END