/* * http://sosal.tistory.com/ * made by so_Sal */ Description Soundex coding groups together words that appear to sound alike based on their spelling. For example, "can" and "khawn", "con" and "gone" would be equivalent under Soundex coding. Soundex coding involves translating each word into a series of digits in which each digit represents a letter: 1 represents B, F, P, or V 2 represents C, G..