~linuxgoose/linguistics-robin

ref: 63915e4dce58f8bb8c89156a0dcecadc3b972a60 linguistics-robin/pyphonetics/phonetics/__init__.py -rw-r--r-- 147 bytes
63915e4d — Jordan Fixing of not dropping all leading instances of the first character matching the next in line 8 months ago
                                                                                
1
2
3
4
5
6
from .soundex import *
from .metaphone import *
from .mra import *
from .fuzzy_soundex import *
from .lein import *
from .refined_soundex import *