NAME

Text::Phonetic::TransMetaphone - TransMetaphone algorithm

SYNOPSIS

    use Text::Phonetic::TransMetaphone;

    my $phonetic = Text::Phonetic::TransMetaphone->new();
    $encoded_string = $phonetic->encode($string);

DESCRIPTION

The TransMetaphone search algorithm is a phonetic algorithm.

AUTHOR

Stefan Gipper <stefanos@cpan.org>, http://www.coder-world.de/

COPYRIGHT

Text::Phonetic::TransMetaphone is Copyright (c) 2010 Stefan Gipper All rights reserved.

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

SEE ALSO