The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Phonetic::Metaphone - Metaphone algorithm

DESCRIPTION

Metaphone was developed by Lawrence Philips as a response to deficiencies in the Soundex algorithm. It is more accurate than Soundex because it uses a larger set of rules for English pronunciation. (Wikipedia, 2007)

This module is a thin wrapper around Text::Metaphone.

The parameter max_length can be set to limit the length of the encoded string.

AUTHOR

    Maroš Kollár
    CPAN ID: MAROS
    maros [at] k-1.com
    http://www.k-1.com

COPYRIGHT

Text::Phonetic::Metaphone is Copyright (c) 2006,2007 Maroš. Kollár. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

Description of the algorithm can be found at http://en.wikipedia.org/wiki/Metaphone

Text::Metaphone