ccom.3pm

Langue: en

Version: 2000-11-22 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

         ccom - Perl extension for "phonet" algorithm developed from Jo.rg Michael
 
 

SYNOPSIS

         use ccom;
   
         $phonetic = ccom::phonet( StringToEncode )
         $phonetic = ccom::phonetRulesetOne( StringToEncode )
         $phonetic = ccom::phonetRulesetTwo( StringToEncode )
 
 

DESCRIPTION

         "ccom" is a wrapper library for the C-sources of "phonet" algorithm written
         by Jo.rg Michael. 
         Main Target of "phonet" is to transform a String into it's phonetic
         representation. This algoritm is mainly used to eliminate errors in 
         spelling of single words. The algorithm is specially developed to cover
         the needs of the GERMAN language.
 
 

INSTALLATION

         For installation purposes see delivered "README.txt".
 
 

AUTHOR

Michael Maretzke, michael@maretzke.de

SEE ALSO

perl(1).