MCPcopy Create free account

hub / github.com/Lilykos/pyphonetics / types & classes

Types & classes11 in github.com/Lilykos/pyphonetics

↓ 3 callersClassSoundex
The Soundex algorithm. [Reference]: https://en.wikipedia.org/wiki/Soundex [Authors]: Robert C. Russel, Margaret King Odell
pyphonetics/phonetics/soundex.py:8
↓ 2 callersClassFuzzySoundex
Implementation of the "Fuzzy Soundex" algorithm. [Reference]: http://wayback.archive.org/web/20100629121128/http://www.ir.iit.edu/publicatio
pyphonetics/phonetics/fuzzy_soundex.py:8
↓ 2 callersClassRefinedSoundex
The Refined Soundex algorithm. [Reference]: https://en.wikipedia.org/wiki/Soundex [Authors]: Robert C. Russel, Margaret King Odell
pyphonetics/phonetics/refined_soundex.py:8
↓ 2 callersClassWrongLengthException
pyphonetics/exceptions.py:5
↓ 1 callersClassDistanceMetricError
pyphonetics/exceptions.py:9
↓ 1 callersClassEmptyStringError
pyphonetics/exceptions.py:13
↓ 1 callersClassLein
The Lein name coding procedure. [Reference]: http://naldc.nal.usda.gov/download/27833/PDF
pyphonetics/phonetics/lein.py:8
↓ 1 callersClassMatchingRatingApproach
Functions related to the computation of the Match Rating Approach codex. [Reference]: https://en.wikipedia.org/wiki/Match_rating_approach
pyphonetics/phonetics/mra.py:8
↓ 1 callersClassMetaphone
The metaphone algorithm. [Reference]: https://en.wikipedia.org/wiki/Metaphone [Author]: Lawrence Philips, 1990
pyphonetics/phonetics/metaphone.py:8
↓ 1 callersClassUnicodeException
pyphonetics/exceptions.py:1
ClassPhoneticAlgorithm
The main Phonetic Algorithm class, to ensure a unified API for all the included algorithms.
pyphonetics/phonetics/phonetic_algorithm.py:5