stringdistance icon indicating copy to clipboard operation
stringdistance copied to clipboard

Add new phonetic similarity: Double Metaphone

Open vickumar1981 opened this issue 3 years ago • 1 comments

Add implementation and tests for double metaphone: https://en.wikipedia.org/wiki/Metaphone#Double_Metaphone

vickumar1981 avatar Oct 11 '20 19:10 vickumar1981

working version from apache commons (written in Java, will need to be converted to Scala):

https://android.googlesource.com/platform/external/apache-http/+/refs/heads/lollipop-mr1-wfc-release/src/org/apache/commons/codec/language/DoubleMetaphone.java

vickumar1981 avatar Oct 27 '21 22:10 vickumar1981