1soundex(n)                          Soundex                         soundex(n)
2
3
4
5______________________________________________________________________________
6

NAME

8       soundex - Soundex
9

SYNOPSIS

11       package require Tcl  8.2
12
13       package require soundex  ?1.0?
14
15       ::soundex::knuth string
16
17_________________________________________________________________
18

DESCRIPTION

20       This  package provides soundex algorithms which allow the comparison of
21       words based on their phonetic likeness.
22
23       Currently only an algorithm by Knuth is provided,  which  is  tuned  to
24       english names and words.
25
26       ::soundex::knuth string
27              Computes  the  soundex  code  of  the input string using Knuth's
28              algorithm and returns it as the result of the command.
29

EXAMPLES

31           % ::soundex::knuth Knuth
32           K530
33
34

BUGS, IDEAS, FEEDBACK

36       This document, and the package it describes, will  undoubtedly  contain
37       bugs and other problems.  Please report such in the category soundex of
38       the         Tcllib         SF         Trackers          [http://source
39       forge.net/tracker/?group_id=12883].   Please  also report any ideas for
40       enhancements you may have for either package and/or documentation.
41

KEYWORDS

43       knuth, soundex, text comparison, text likeness
44
46       Copyright (c) ????, Algorithm: Donald E. Knuth
47       Copyright (c) 2003, Documentation: Andreas Kupries <andreas_kupries@users.sourceforge.net>
48       Copyright (c) 1998, Tcl port: Evan Rempel <erempel@uvic.ca>
49
50
51
52
53soundex                               1.0                           soundex(n)
Impressum