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

POD ERRORS

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.30.0                      2019-07-26                           ccom(3)
Impressum