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).
https://rockymadden.com/stringmetric/
486 stars 81 forks source link

Add double metaphone #6

Open rockymadden opened 11 years ago

rockymadden commented 11 years ago

Currently on the top of my algorithm queue. It is a tedious algorithm to implement due to all the rules.

dcb commented 10 years ago

Still planning to add double metaphone?

jacwellington commented 8 years ago

Double metaphone would be useful to me as well.