1ccom(3) User Contributed Perl Documentation ccom(3)
2
3
4
6 ccom - Perl extension for "phonet" algorithm developed from Jörg 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 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
24 For installation purposes see delivered "README.txt".
25
27 Michael Maretzke, michael@maretzke.de
28
30 perl(1).
31
33 Hey! The above document had some coding errors, which are explained
34 below:
35
36 Around line 57:
37 Non-ASCII character seen before =encoding in 'Jörg'. Assuming
38 CP1252
39
40
41
42perl v5.34.0 2022-01-21 ccom(3)