ccom(3) - Linux man page
Name
ccom - Perl extension for "phonet" algorithm developed from Joerg 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 Joerg 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).