This module has a single exportable function, C<typos>, which, given a string, returns a list of "plausible typos". It works by deleting characters, duplicating characters, transposing adjacent characters, and replacing characters by adjacent keys in the QWERTY keyboard. It can also optionally add, remove or change the type of accent in a character.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
COPYRIGHT AND LICENSE
Copyright (C) 2004 Ivan Tubert-Brohman <itub@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.