Text::MultiPhone - Package to retrieve the phonetics of a word


Text-MultiPhone documentation  | view source Contained in the Text-MultiPhone distribution.

Index


NAME

Top

Text::MultiPhone - Package to retrieve the phonetics of a word

SYNOPSIS

Top

  use Text::MultiPhone::de;

  my $dePhone = new Text::MulitPhone::de();

  my @results = $dePhone->mulitphone("Alphabet");

DESCRIPTION

Top

This is yet another solution to the problem of phonetic similarities. In contrast to Soundex or Metaphone, vowels matter, and it is thus more useful for other (germanic?) languages.

In languages, there are often cases where an automated phonetic analyzer cannot detect the correct pronounciation. I.e. can the german v be pronounced as english v (as in Verb) or as english f (as in verstehen), without obvious reason. In those cases, this analyzer returns both solutions.

This package has been written originally to support the german-norwegian dictionary www.heiznelnisse.info. It has been used in a combination with the stem module Lingua::Stem::Snowball.

EXPORT

None.

SEE ALSO

Top

Soundex, Text::Metaphone, Text::DoublePhone, Lingua::Stem::Snowball

AUTHOR

Top

Heiko Klein, <hklein@suse.de>

COPYRIGHT AND LICENSE

Top


Text-MultiPhone documentation  | view source Contained in the Text-MultiPhone distribution.