~linuxgoose/linguistics-robin

ref: caec89fb4ef61a639649e69c9ee2fd34094760ff linguistics-robin/pyphonetics/phonetics/__init__.py -rw-r--r-- 147 bytes
caec89fb — Ilias Koutsakis fixed PyPI description (README.rst needed) 5 years 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 *