Monika
The application is the Capstone Project of JOHN HOPKINS University Data Science specialization in cooperation with Swiftkey.
The main goal of this presentation is showcasing the algorithm of predicting text model and shinny app- the interface of this predicting next word application.
To ease typing on mobile device, Swiftkey alike smart ketboard are designed. This application is a foundation of that kind of smart keyboard.
The first step toward a building a predicting text application is to understand the relationship between words. An Exploratory Data Analysis is performed on the data to analysis the nature of text.
Further a language model to predict next word will be implemented using n-gram language model and backoff model.
back-off is a generative n-gram language model that estimates the conditional probability of a word given its history in the n-gram
Description - The shinny app is an user interface that allows users to enter input text and get next predictive word accordingly. The app has two sidebars
Predict Word
Word Bubble
Shinny app link https://msharma.shinyapps.io/predictWord/