~linuxgoose/linguistics-robin

ref: b6fd21664674d9f785a5bb71de9abf2aa8854ef3 linguistics-robin/pyphonetics/__init__.py -rw-r--r-- 283 bytes
b6fd2166 — Ilias Koutsakis update pyproject.toml to include description and python version 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
"""A Python 3 phonetics library."""
from .phonetics import (Soundex,
                        Metaphone,
                        MatchingRatingApproach,
                        FuzzySoundex,
                        Lein,
                        RefinedSoundex)

__version__ = '0.5.2'