This class can be used to generate variants of words based on common typing errors.
It takes a given word a generates variants of that word by replacing its letters with others that are usually near the letter position on a QWERTY keyboard.
The class returns an array with all the generated word variants.