Manual tweak textproc/code-minimap
[dports.git] / textproc / p5-Text-Soundex / pkg-descr
1 Soundex is a phonetic algorithm for indexing names by sound, as pronounced in
2 English. The goal is for names with the same pronunciation to be encoded to the
3 same representation so that they can be matched despite minor differences in
4 spelling. Soundex is the most widely known of all phonetic algorithms and is
5 often used (incorrectly) as a synonym for "phonetic algorithm". Improvements to
6 Soundex are the basis for many modern phonetic algorithms. (Wikipedia, 2007)
7
8 Text::Soundex implements the original soundex algorithm developed by Robert
9 Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation
10 called "American Soundex" used for US census data, and current maintained by the
11 National Archives and Records Administration (NARA).
12
13 The soundex algorithm may be recognized from Donald Knuth's The Art of Computer
14 Programming. The algorithm described by Knuth is the NARA algorithm.