~linuxgoose/linguistics-robin

ref: 729f20b8b8e838f3b19501fc2480fb8e27f34fa9 linguistics-robin/linguistics_robin/phonetics/__init__.py -rw-r--r-- 253 bytes
729f20b8 — Jordan Update caverphone2.py 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
from .soundex import *
from .metaphone import *
from .mra import *
from .fuzzy_soundex import *
from .lein import *
from .refined_soundex import *
from .nysiis import *
from .doublemetaphone import *
from .caverphone import *
from .caverphone2 import *