The application is the capstone project for the Coursera Data Science specialization from Johns Hopkins University in collaboration with SwiftKey.
Main goal of this project is to build an app that is able to predict the next word that should follow any specific sentense.
The app will request an english sentense as input and will predict the most probable words that can follow.
Natural language modelling concepts such as tokenization, N-grams, language modelling are evaluated and applied in the application logic.