1ccom(3) User Contributed Perl Documentation ccom(3)
2
3
4
6 ccom - Perl extension for "phonet" algorithm developed from Joerg Michael
7
9 use ccom;
10
11 $phonetic = ccom::phonet( StringToEncode )
12 $phonetic = ccom::phonetRulesetOne( StringToEncode )
13 $phonetic = ccom::phonetRulesetTwo( StringToEncode )
14
16 "ccom" is a wrapper library for the C-sources of "phonet" algorithm written
17 by Joerg 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
24 For installation purposes see delivered "README.txt".
25
27 Michael Maretzke, michael@maretzke.de
28
30 perl(1).
31
32
33
34perl v5.12.0 2000-11-22 ccom(3)