~linuxgoose/linguistics-robin

ref: 73053a150327e7c6b35b5abfb209aa08117c359d linguistics-robin/linguistics_robin/__init__.py -rw-r--r-- 283 bytes
73053a15 — Jordan Robinson Merge pull request #15 from linuxgoose/14-build-pypi-automated-workflow 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'