Tagged Questions
5
votes
2answers
1k views
Enabling soundex/metaphone for non-English characters
I've been studying soundex, metaphone and other string search techniques the past few days, and in my understanding both algorithms work well in handling non-English words transliterated to English.
...
0
votes
1answer
38 views
Metaphone 3 information
Does anyone know where code can be found for Metaphone 3 matching for T-SQL or at least something that describes in detail the difference between Double Metaphone and Metaphone 3? I have been working ...