Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lilykos/pyphonetics
/ types & classes
Types & classes
11 in github.com/Lilykos/pyphonetics
⨍
Functions
36
◇
Types & classes
11
↓ 3 callers
Class
Soundex
The Soundex algorithm. [Reference]: https://en.wikipedia.org/wiki/Soundex [Authors]: Robert C. Russel, Margaret King Odell
pyphonetics/phonetics/soundex.py:8
↓ 2 callers
Class
FuzzySoundex
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 callers
Class
RefinedSoundex
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 callers
Class
WrongLengthException
pyphonetics/exceptions.py:5
↓ 1 callers
Class
DistanceMetricError
pyphonetics/exceptions.py:9
↓ 1 callers
Class
EmptyStringError
pyphonetics/exceptions.py:13
↓ 1 callers
Class
Lein
The Lein name coding procedure. [Reference]: http://naldc.nal.usda.gov/download/27833/PDF
pyphonetics/phonetics/lein.py:8
↓ 1 callers
Class
MatchingRatingApproach
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 callers
Class
Metaphone
The metaphone algorithm. [Reference]: https://en.wikipedia.org/wiki/Metaphone [Author]: Lawrence Philips, 1990
pyphonetics/phonetics/metaphone.py:8
↓ 1 callers
Class
UnicodeException
pyphonetics/exceptions.py:1
Class
PhoneticAlgorithm
The main Phonetic Algorithm class, to ensure a unified API for all the included algorithms.
pyphonetics/phonetics/phonetic_algorithm.py:5