Next Word Predictor Pitch

Sydney Winner

2026-07-27

What the application is

This application is a next-word generator. It utilizes a Katz Backoff N-gram model to predict the next word in a sentence. You can use the slider in the application to choose how many next-word predictions are provided

How it was created

Sample sets from Twitter, news, and blogs were analyzed to create a program that predicts the next word in a sentence based off sentences found in these samples. This program has a text box for inputting your sentence and a slider to choose how many “next-words” the program provides.

What makes it unique

The most unique part of this application is the slider for choosing how many words the program predicts. Many similar programs only offer one word prediction or have a set number of word predictions whereas this is flexible.