Kyaw Thu
24-4-16
Swiftkey is one of the popular application for easy typing in mobile devices that has a function of predicting word from user's text inputs. The goal of Data Science Capstone Project is to build algorithm for next word prediction like swiftkey. The app can be accessed over the internet with the support of Shinyapps.io.
This app use Ngrams corpus data and using backoff method to predict the best possible next word. Word prediction algorithm uses 4grams model with frequency count. Hopefully users will improve typing efficiency and accuracy using this application. User can enter words in the input box area. Double Click on “Predict next word” button and wait for the prediction.
Since words are not independent events, statistcal language models employ conditional probability.
Probability estimates can change suddenly on adding more data when the back off algorithm select a different order of Ngram model on which based on the estimate.