2025-05-05

Ever wanted to convey an idea, but suddenly had a mind fog and forgot the next word?

It’s an annoying feeling, turning even a simple task into a torturous one

That’s where this app comes in

Type any text into the textbox .

Whenever the brain fog hits and you stop typing for a few seconds, the app comes up with a prediction for the next word that you had wanted to say, based on your previous few words (previous 1-3 words) using stupid backoff, with a weight of 1 on context of length >= 3, 0.4 on context of length >= 2, 0.16 on context on length >= 1 and 0.064 on context of length >= 0, based on the relative frequencies of groups of words in a corpus

Example

input: hey
output: i

input: hey i
output: just

input: hey i just
output: met

input hey i just met
output: you

input: hey i just met you
output: and

input: hey i just met you and
output: this

USE THIS APP TODAY

and it will help you… maybe