~linuxgoose/linguistics-robin

ref: ee09466607e02c1dc37042cd7d8eb29bd904ef8e linguistics-robin/linguistics_robin/__init__.py -rw-r--r-- 328 bytes
ee094666 — Jordan Robinson Merge pull request #18 from linuxgoose/1-add-nysiis-algorithm 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
"""A Python 3 linguistics collection library."""
from .phonetics import (Soundex,
                        Metaphone,
                        MatchingRatingApproach,
                        FuzzySoundex,
                        Lein,
                        RefinedSoundex,
                        NYSIIS)

__version__ = '0.5.5'