~linuxgoose/linguistics-robin

ref: b6fd21664674d9f785a5bb71de9abf2aa8854ef3 linguistics-robin/pyphonetics/phonetics/__init__.py -rw-r--r-- 147 bytes
b6fd2166 — Ilias Koutsakis update pyproject.toml to include description and python version 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 *