In this capstone project, I am going to create clone version of the famous SwiftKey app on the phones which will predict the next word given a piece of text.
I used the n-gram method to tackle this problem. By doing so, I will predict the probability of the next words given the sentence input and then return the word that has the most probable within the set of predicted words.