Transformer-Based Spell Check
Learn how transformers can be applied to create a modern spell checker.
We'll cover the following
Spell correction as machine translation
We know that a transformer can be trained to translate a sentence from a source language to a target language. So, what if we apply a similar approach but instead use misspelled words as the "source language”, and correctly spelled words in our language of choice as the "target language"?
xfspell explanation
xfspell utilizes the
Another interesting change as opposed to what we have used in the previous lessons is instead of being trained on words, xfspell trains on individual characters. This lets it solve problems such as forgotten spaces and hyphens and misspellings caused by bad punctuation.
Get hands-on with 1400+ tech skills courses.