metaphone
There are 39 repositories under metaphone topic.
jamesturk/jellyfish
🪼 a python library for doing approximate and phonetic matching of strings.
Casecommons/pg_search
pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
rockymadden/stringmetric
:dart: 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).
Lilykos/pyphonetics
A Python 3 phonetics library.
words/double-metaphone
Fast Double Metaphone algorithm
eldersantos/phonix
Phonetic libray for .NET
words/metaphone
Fast Metaphone implementation
roddar92/russian_soundex
Russian/English/Estonian/Finnish/Swedish phonetic algorithm based on Soundex and Metaphone
MrPowers/ceja
PySpark phonetic and string matching algorithms
vanessaklee/akin
A collection of metrics and phonetic algorithms for fuzzy string matching in Elixir.
words/soundex-code
Soundex phonetic algorithm
amsqr/Spanish-Metaphone
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.
k3jph/phonics-in-r
Phonetic Spelling Algorithms in R
dlclark/metaphone3
Go port of the metaphone3 algorithm
f1monkey/phonetic
Phonetic encoders - bmpm, caverphone, soundex, metaphone
sljavi/text-sound-similarity
JavaScript library useful to find degrees of similarity between text's phonetics
voku/phonetic-algorithms
Phonetic-Algorithms for fuzzy searching | PHP
shnewto/ttaw
a piecemeal natural language processing library
voberoi/voice-search-with-whisper-duckdb-and-metaphone
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/
carloswph/linguistics
Experiments and development of phonetics and linguistics tools, initially in en_US
abhinav-upadhyay/nbspell
New spell(1) implementation for NetBSD
kartik1998/phonetics
A nodejs library for phonetic string matching which supports phonetic algorithms like soundex, metaphone and double-metaphone.
amsqr/k-Met
k-Met is a phonetic clustering algorithm for grouping words by their approximate pronunciation. It uses fuzzy matching techniques and the double metaphone indexing algorithm.
charltoncr/metaphone3
Metaphone3 returns the same key for different words that sound similar.
devxzero/phonetic-algorithm-benchmark
A simple phonetic algorithm benchmark using Apache Commons Codec in Kotlin.
joicemjoseph/mlphone-go
MLPhone is a phonetic algorithm for indexing Malayalam words by their pronunciation, like Metaphone for English. The algorithm generates three Romanized phonetic keys (hashes) of varying phonetic affinities for a given Malayalam word.
nicogis/DoubleMetaphoneXAF
DoubleMetaphone XAF
UjjwalAyyangar/go-jellyfish
Go port of the python jellyfish module for approximate and phonetic matching of strings.
jkominek/dmetaphone
Double Metaphone for PostgreSQL full text search
jonathanstowe/Doublephone
Double Metaphone implementation
charltoncr/metaphone
metaphone is an open source implementation of Double Metaphone.
waleedsamy/elastic-phonatic-comparsion
comparison between elasticsearch phonatic algorithms
miyako/4d-plugin-metaphone
Metaphone
nodef/extra-english
English is a West Germanic language, first spoken in early medieval England.
stewart123579/fuzzy-bunny
A collection of metrics and phonetic (fuzzy) string matching algorithms in Common Lisp - AKA fubu