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

NAME

Text::Phonetic::Phonem - Phonem algorithm

DESCRIPTION

The PHONEM algorithm is a simple substitution algorithm that was originally implemented in dBase.

Implementation of the PHONEM substitutions, as described in Georg Wilde and Carsten Meyer, "Doppelgaenger gesucht - Ein Programm fuer kontextsensitive phonetische Textumwandlung" from ct Magazin fuer Computer & Technik 25/1999.

The original variant was implemented as X86-Assembler-Funktion. This implementation does not try to mimic the original code, though it should achieve equal results. As the original software used for building the original implementation was not available, there was no testing for correctness, other than the examples given in the article.

The Perl implementation was written by Martin Wilz (http://wilz.de/view/Themen/MagisterArbeit)

AUTHOR

    Martin Wilz
    http://wilz.de/view/Themen/MagisterArbeit

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

COPYRIGHT

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