Soundex Matching


(For all intents and purposes, this project is dead, but let us just call it "Deferred Indefinitely". Shall we?)

Problem

You have two English words and you want to know how similar they sound.

Solution

FIX: find an equivalent to perl's Text::Soundex.

Discussion

TODO: DISCUSSION

Contrast

TODO: LIST_OF_OTHER_PROGRAMMING_LANG_METHODS

Related

TODO: LIST_OF_RELATED_ITEMS

Status: In Progress