73,385
edits
(create table) |
(refine table) |
||
Line 29: | Line 29: | ||
Use these rules to manually create a Soundex code for an ancestor’s name. | Use these rules to manually create a Soundex code for an ancestor’s name. | ||
{| width=" | === '''Basic Rules'''<sup>2</sup> === | ||
|+ '''Soundex Key Letter Codes''' | |||
*Every soundex code consists of a letter and three numbers, such as D432. | |||
*The letter is always the first letter of the name. For example, '''Clausen''' = C425, and '''Klausen''' = K425. | |||
*After the first letter, disregard vowels ('''a, e, i, o, u,''' and '''y''') and ignore the consonants '''h''', and '''w'''. | |||
*Numbers are assigned to the remaining letters of the name according to the table of Soundex Key Letter Codes shown below. | |||
*Zeroes are added at the end if necessary to produce a four-character code. Excess letters are disregarded if they would produce a code longer than four-characters. For example '''Lee''' = L000, and '''Christopherson''' = C623. | |||
{| width="210" cellspacing="1" cellpadding="1" border="1" align="center" | |||
|+ '''Soundex Key Letter Codes''' | |||
|- | |- | ||
| valign="middle" align="center" | '''''Number'''''<br> | | valign="middle" align="center" | '''''Number'''''<br> | ||
| '''''Represents the Letters<br>''''' | | '''''Represents the Letters<br>''''' | ||
|- | |- | ||
| valign="middle" align="center" | 1<br> | | valign="middle" align="center" | 1<br> | ||
| b, f, p, v <br> | | b, f, p, v <br> | ||
|- | |- | ||
| valign="middle" align="center" | 2<br> | | valign="middle" align="center" | 2<br> | ||
| c, g, j, k, q, s, x, z<br> | | c, g, j, k, q, s, x, z<br> | ||
|- | |- | ||
| valign="middle" align="center" | 3<br> | | valign="middle" align="center" | 3<br> | ||
| d, t<br> | | d, t<br> | ||
|- | |- | ||
| valign="middle" align="center" | 4<br> | | valign="middle" align="center" | 4<br> | ||
| l<br> | | l<br> | ||
|- | |- | ||
| valign="middle" align="center" | 5<br> | | valign="middle" align="center" | 5<br> | ||
| m, n<br> | | m, n<br> | ||
|- | |- | ||
| valign="middle" align="center" | 6<br> | | valign="middle" align="center" | 6<br> | ||
| r<br> | | r<br> | ||
|} | |} | ||
=== '''Additonal Rules''' === | === '''Additonal Rules''' === |
edits