← Back to context

Comment by xgulfie

10 hours ago

Autocorrect unleashed doesn't sound like any AI either but that doesn't stop anyone from calling it that

Aren't most autocorrect transformer-based?

  • Historically, no.

    The simplest way to build autocorrect is to have a dictionary, look it up for each word, and suggest the "closest" dictionary word if a typed word is absent from the dictionary.

    It has existed way before transformers and on platforms that couldn't dream of running even the smallest transformer.