phonetic-algorithm
There are 37 repositories under phonetic-algorithm topic.
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.
papahigh/elasticsearch-russian-phonetics
Elasticsearch plugin for Russian Phonetic Analysis
f1monkey/phonetic
Phonetic encoders - bmpm, caverphone, soundex, metaphone
adiyoss/AutoVowelDuration
Automatic Measurement of Vowel Duration for Consonant Vowel Consonant (CVC) sound files (JASA 2016)
provinzkraut/cologne_phonetics
cologne-phonetics implementation in python
lafzi/lafzi-indexer
Pengindeksan fonetis teks Al-Quran
NyashniyVladya/RusPhonetic
Модуль фонетического разбора русских слов.
jze/phonet4java
Implementation of various phonetic algorithms in Java.
neurlang/goruut
IPA Phonemizer for human languages
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.
umahmood/soundex
Soundex a go implementation of the Soundex algorithm.
adiyoss/DeepVOT
Automatic Measurement of Voice Onset Time (VOT) using Deep Recurrent Neural Networks (Interspeech 2016)
jhermsmeier/node-nysiis-phonetics
NYSIIS phonetic code algorithm
jhermsmeier/node-soundex-phonetics
Soundex phonetic algorithm
callsamu/soundex.ts
Zero-dependency Typescript library implementing the american soundex phonetic algorithm.
hollodotme/ColognePhonetic
PHP OOP Implementation of the "Kölner Phonetic Index" - a soundex like algorithm for german language
TigreGotico/phonetic_matcher
match strings by how they sound
breskos/phonetizz
Levenshtein based and phrase accepting phonetic algorithm written in Golang.
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.
ceresBakalite/similarity
Pattern matching used to seek similarity between data strings
die-antwort/cologne_phonetics
Cologne phonetics algorithm in Ruby.
Luigi-Pizzolito/English2KanaTransliteration
Convert english phrases into phonetic japanese kana approximations; also known as Englishru.
kamauwashington/python-soundex-algorithm
An implementation of the SOUNDEX (sounds like) algorithm in Python3+
mishal23/pho-hinix
Phonetic Library for Hindi
patrickschur/cologne-phonetic
Implementation of Cologne Phonetics (Kölner Phonetik) in PHP.
HassanRehman11/FuzzyMatchingPhonemes
Develop using PySpark
RichmondDjwerter/Gender-Prediction-using-sound
Grey and Gray. Colour and Color. Words like these have been the cause of many heated arguments between Brits and Americans. While it is easy for us to realize their equivalence, basic programming commands will fail to equate such two strings.
Rogercf/elasticsearch-analysis-metaphone_ptBR
Brazilian Portuguese Metaphone plugin for Elasticsearch 7.x
cflaviu/nlp-romanian
Sound group analysis for Romanian words
corentin-ryr/py-phonem
A phonetic encoding and reverse encoding script inspired by Soundex. Available in French, German and Italian.
kamauwashington/python-caverphone2-algorithm
An implementation of the Caverphone2 phonetic algorithm in Python3+
kamauwashington/python-nysiis-algorithm
New York State Identification and Intelligence System (NYSIIS) implementation in Python 3+
linuxguist/phonetics
Dynamic Nato / ITU / ICAO Phonetic Alphabet & Number Pronouncer - Also available live at : https://linuxguist.github.io/phonetics/
stivenramireza/data-structures-and-algorithms
Dictionary that searches words through phonetic indexing using binary trees.
wmentor/soundex
Go implementation of the Soundex algorithm.