Capstone project Slides

Andre Costa
29/01/2018

Introduction and Scope

The goal of this project is to build an simple app to predict next words based on a user text input in the english language

Algorithm Used

To achieve our goal we used an n-gram algorithm to predict three possible next words our user might want to use. To do this, we start by matching the last 3 word provided and running them by the n-gram. If less then 3 words are present only they will be used. If input is present the algorithm guesses common sentence starters.

Instructions

The app is very simple and straightforward. As a user you simply need to input text an the app will automatically provide three possible next words for the input