One additional feature in process - fuzzy logic for cases when we have not full attribute set
or if there is no strict solution, based on training set.
or if there is no strict solution, based on training set.
>>> import pysoundex
>>> print pysoundex.soundex("Приветище", lang='ru_RU')
п613
>>> print pysoundex.soundex("Hello")
h400 <--- the same as un mysql!
>>> print pysoundex.soundex("Halo")
h400