Soundex is one of a number of phonetic algorithms which assign values to words or names so that they can be compared for similarity of pronounciation.
The Soundex Algorithm in Python
Soundex is one of a number of phonetic algorithms which assign values to words or names so that they can be compared for similarity of pronounciation.