It’s an annoying feeling, turning even a simple task into a torturous one
2025-05-05
It’s an annoying feeling, turning even a simple task into a torturous one
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
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
and it will help you… maybe