The Predict word App

Natural Language Processing with R

Reza Mofidi

01/10/2020

Why Predict the next word?

Around the world people are using mobile devices for a whole range of activites. This means a significant amount of typing text.

The small screen and touch screen keyboards are not as ergonomic making typing a text beyond a short paragraph challenging.

Any app which can facilitate this process is helpful.

The app described here predicts the next word using the previous words typed in a sentence. This Shiny application is available on:

https://reza-mofidi.shinyapps.io/Predict_word/

The Implementation

The dataset

https://d396qusza40orc.cloudfront.net/dsscapstone/dataset/Coursera-SwiftKey.zip

Preprocessing and model creation

Benefits of this App

Key Features

You can access the model in the following Git-hub repository:

https://github.com/reza-mofidi/CAPstone