~linuxgoose/linguistics-robin

ref: 037a318338f0682f73578a6436a56fc79de18e37 linguistics-robin/linguistics_robin/__init__.py -rw-r--r-- 283 bytes
037a3183 — Jordan Robinson Merge pull request #17 from linuxgoose/16-fix-pip-install-in-readme 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.4'