Next Word Predictor

Tulika Saha

Introduction

This app predicts the next word in a phrase using an n-gram model…

Algorithm

Uses trigrams with a backoff to bigrams/unigrams…

App Overview

Text input → Prediction → Displayed output…

Instructions

Type a phrase, press Predict, see result…

Summary

Practical autocomplete, NLP demo, useful UI…