~linuxgoose/linguistics-robin

ref: b33e6742e40a94dc6a428238c8e7e66180166a5d linguistics-robin/linguistics_robin/__init__.py -rw-r--r-- 283 bytes
b33e6742 — Jordan Merge branch 'master' into 7-soundex-incorrect-calculation 8 months 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.3'