An open API service providing repository metadata for many open source software ecosystems.

Topic: "metaphone"

jamesturk/jellyfish

🪼 a python library for doing approximate and phonetic matching of strings.

Language: Jupyter Notebook - Size: 3.5 MB - Last synced at: 5 days ago - Pushed at: 20 days ago - Stars: 2,122 - Forks: 160

Casecommons/pg_search

pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search

Language: Ruby - Size: 1.18 MB - Last synced at: 4 days ago - Pushed at: 7 days ago - Stars: 1,437 - Forks: 371

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).

Language: Scala - Size: 2.07 MB - Last synced at: 9 months ago - Pushed at: over 7 years ago - Stars: 485 - Forks: 81

Lilykos/pyphonetics

A Python 3 phonetics library.

Language: Python - Size: 21.5 KB - Last synced at: 18 days ago - Pushed at: about 5 years ago - Stars: 129 - Forks: 20

words/double-metaphone

Fast Double Metaphone algorithm

Language: JavaScript - Size: 164 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 91 - Forks: 16

eldersantos/phonix

Phonetic libray for .NET

Language: C# - Size: 954 KB - Last synced at: 26 days ago - Pushed at: about 5 years ago - Stars: 77 - Forks: 22

words/metaphone

Fast Metaphone implementation

Language: JavaScript - Size: 591 KB - Last synced at: 17 days ago - Pushed at: over 2 years ago - Stars: 49 - Forks: 7

roddar92/russian_soundex

Russian/English/Estonian/Finnish/Swedish phonetic algorithm based on Soundex and Metaphone

Language: Python - Size: 83 KB - Last synced at: 25 days ago - Pushed at: about 2 months ago - Stars: 48 - Forks: 6

MrPowers/ceja

PySpark phonetic and string matching algorithms

Language: Python - Size: 32.2 KB - Last synced at: 23 days ago - Pushed at: about 1 year ago - Stars: 39 - Forks: 6

vanessaklee/akin

A collection of metrics and phonetic algorithms for fuzzy string matching in Elixir.

Language: Elixir - Size: 8.47 MB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 35 - Forks: 4

words/soundex-code

Soundex phonetic algorithm

Language: JavaScript - Size: 92.8 KB - Last synced at: 15 days ago - Pushed at: over 2 years ago - Stars: 35 - Forks: 3

k3jph/phonics-in-r

Phonetic Spelling Algorithms in R

Language: R - Size: 443 KB - Last synced at: 5 days ago - Pushed at: 12 months ago - Stars: 30 - Forks: 8

dlclark/metaphone3

Go port of the metaphone3 algorithm

Language: Java - Size: 7.57 MB - Last synced at: 10 months ago - Pushed at: over 5 years ago - Stars: 21 - Forks: 5

sljavi/text-sound-similarity

JavaScript library useful to find degrees of similarity between text's phonetics

Language: JavaScript - Size: 61.5 KB - Last synced at: about 12 hours ago - Pushed at: over 7 years ago - Stars: 19 - Forks: 1

voku/phonetic-algorithms

Phonetic-Algorithms for fuzzy searching | PHP

Language: PHP - Size: 67.4 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 8

f1monkey/phonetic

Phonetic encoders - bmpm, caverphone, soundex, metaphone

Language: Go - Size: 2.78 MB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 2

shnewto/ttaw

a piecemeal natural language processing library

Language: Rust - Size: 3.29 MB - Last synced at: 2 days ago - Pushed at: about 1 year ago - Stars: 14 - Forks: 3

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/

Language: Python - Size: 334 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 11 - Forks: 2

carloswph/linguistics

Experiments and development of phonetics and linguistics tools, initially in en_US

Language: PHP - Size: 949 KB - Last synced at: 2 days ago - Pushed at: about 4 years ago - Stars: 10 - Forks: 0

kartik1998/phonetics

A nodejs library for phonetic string matching which supports phonetic algorithms like soundex, metaphone and double-metaphone.

Language: TypeScript - Size: 77.1 KB - Last synced at: 2 days ago - Pushed at: about 3 years ago - Stars: 9 - Forks: 0

abhinav-upadhyay/nbspell

New spell(1) implementation for NetBSD

Language: C - Size: 16.6 MB - Last synced at: 2 days ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 0

nicogis/DoubleMetaphoneXAF

DoubleMetaphone XAF

Language: C# - Size: 116 KB - Last synced at: 27 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

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.

Language: Go - Size: 24.4 KB - Last synced at: 24 days ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

UjjwalAyyangar/go-jellyfish

Go port of the python jellyfish module for approximate and phonetic matching of strings.

Language: Go - Size: 35.2 KB - Last synced at: 10 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

charltoncr/metaphone3

Metaphone3 returns the same key for different words that sound similar.

Language: Go - Size: 3.97 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

devxzero/phonetic-algorithm-benchmark

A simple phonetic algorithm benchmark using Apache Commons Codec in Kotlin.

Language: Kotlin - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

jkominek/dmetaphone

Double Metaphone for PostgreSQL full text search

Language: C - Size: 10.7 KB - Last synced at: 6 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

linuxgoose/linguistics-robin

A Python linguistics collection that stemmed from a phonetics only library (which is why there is currently more phonetic tooling).

Language: Python - Size: 53.7 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

charltoncr/metaphone

metaphone is an open source implementation of Double Metaphone.

Language: Go - Size: 1.46 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

jonathanstowe/Doublephone

Double Metaphone implementation

Language: C - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

etuncay/distance-between-two-strings

Language: PHP - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

waleedsamy/elastic-phonatic-comparsion

comparison between elasticsearch phonatic algorithms

Size: 2.93 KB - Last synced at: 9 days ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

nodef/extra-english

English is a West Germanic language, first spoken in early medieval England.

Language: JavaScript - Size: 18.6 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

AMKarasik/Phonetic-Algorithms

Text (+ LATEX version) and code of short lecture about phonetic algorithms and their comparison

Language: TeX - Size: 574 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

stewart123579/fuzzy-bunny

A collection of metrics and phonetic (fuzzy) string matching algorithms in Common Lisp - AKA fubu

Language: Common Lisp - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

miyako/4d-plugin-metaphone

Metaphone

Language: C - Size: 2.61 MB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

rodrigopc/elasticsearch-analysis-metaphone_ptBR Fork of anaelcarvalho/elasticsearch-analysis-metaphone_ptBR

Brazilian Portuguese Metaphone plugin for Elasticsearch 6.x

Language: Java - Size: 113 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 2

Rogercf/elasticsearch-analysis-metaphone_ptBR Fork of rodrigopc/elasticsearch-analysis-metaphone_ptBR

Brazilian Portuguese Metaphone plugin for Elasticsearch 7.x

Language: Java - Size: 160 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

rishijatania/Fuzzy-Search

A fuzzy search algorithm for finding duplicate entries in a csv file

Language: Java - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0