~linuxgoose/linguistics-robin

ref: b56acc024f683b0c52d05ac296789fb3e8772a2d linguistics-robin/linguistics_robin/__init__.py -rw-r--r-- 369 bytes
b56acc02 — Jordan Implementation of Caverphone 1 algorithm 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
"""A Python 3 linguistics collection library."""
from .phonetics import (Soundex,
                        Metaphone,
                        MatchingRatingApproach,
                        FuzzySoundex,
                        Lein,
                        RefinedSoundex,
                        NYSIIS,
                        DoubleMetaphone)

__version__ = '0.5.6'