1ccom(3)               User Contributed Perl Documentation              ccom(3)
2
3
4

NAME

6               ccom - Perl extension for "phonet" algorithm developed from Jörg Michael
7

SYNOPSIS

9               use ccom;
10
11               $phonetic = ccom::phonet( StringToEncode )
12               $phonetic = ccom::phonetRulesetOne( StringToEncode )
13               $phonetic = ccom::phonetRulesetTwo( StringToEncode )
14

DESCRIPTION

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

INSTALLATION

24               For installation purposes see delivered "README.txt".
25

AUTHOR

27       Michael Maretzke, michael@maretzke.de
28

SEE ALSO

30       perl(1).
31
32
33
34perl v5.8.8                       2000-11-22                           ccom(3)
Impressum