Repository navigation
metaphone
- Website
- Wikipedia
🪼 a python library for doing approximate and phonetic matching of strings.
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
🎯 String metrics and phonetic algorithms for Scala (e.g. Dice/Sorensen, Hamming, Jaccard, Jaro, Jaro-Winkler, Levenshtein, Metaphone, N-Gram, NYSIIS, Overlap, Ratcliff/Obershelp, Refined NYSIIS, Refined Soundex, Soundex, Weighted Levenshtein).
A Python 3 phonetics library.
Fast Double Metaphone algorithm
Russian/English/Estonian/Finnish/Swedish phonetic algorithm based on Soundex and Metaphone
PySpark phonetic and string matching algorithms
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 variations and inconsistencies in English spelling and pronunciation to produce a more accurate encoding, which does a better job of matching words and names which sound similar. As with Soundex, similar sounding words should share the same keys.
A collection of metrics and phonetic algorithms for fuzzy string matching in Elixir.
Phonetic Spelling Algorithms in R
JavaScript library useful to find degrees of similarity between text's phonetics
Phonetic-Algorithms for fuzzy searching | PHP
a piecemeal natural language processing library
This repository is a voice search demo using OpenAI Whisper, DuckDB, and the Metaphone algorithm. The associate blog post is here: https://vikramoberoi.com/posts/using-metaphone-to-handle-bad-transcriptions-in-voice-search-for-sommeliers/
Experiments and development of phonetics and linguistics tools, initially in en_US