A Python implementation of the Double Metaphone algorithm
Fast Double Metaphone algorithm
Metaphone is a phonetic algorithm, an algorithm published in 1990 for indexing words by their English pronunciation. It fundamentally improves on the Soundex algorithm by using information about varia...
Python and MySQL implementations of the double metaphone algorithm which is useful for matching different spellings of names.
Javascript implementation of a Double-Metaphone cloned from a PHP implementaion.
Go port of the metaphone3 algorithm
A C++ Implementation of the Double Metaphone algorithm.
🪼 a python library for doing approximate and phonetic matching of strings.