NAME
Text::Phonetic::Phonet - Phonet algorithm
SYNOPSIS
use Text::Phonetic::Phonet;
my $phonetic = Text::Phonetic::Phonet->new();
$encoded_string = $phonetic->encode($string);
# See http://www.heise.de/ct/ftp/99/25/252/
# Download for ccom:
# ftp://ftp.heise.de/pub/ct/listings/9925-252.zip
# ftp://ftp.heise.de/pub/ct/listings/phonet.zip
# ftp://ftp.heise.de/pub/ct/listings/phonet.tgz
DESCRIPTION
The Phonet search algorithm is a phonetic algorithm.
AUTHOR
Stefan Gipper <stefanos@cpan.org>, http://www.coder-world.de/
COPYRIGHT
Text::Phonetic::Phonet 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.