Tagged Questions

3
votes
2answers
121 views

Enabling soundex/metaphone for non-English characters

Hi all, 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 …
1
vote
1answer
131 views

Test Suite for Double Metaphone ?

I've translated Double-Metaphone into ActionScript3 and I want to test it (obviously) before I release the source to ... um ... the open. I'm looking for a long list of names with …
0
votes
2answers
238 views

Double-metaphone errors

I'm using Lawrence Philips Double-Metaphone algorithm with great success, but I have found the odd "unexpected result" for some combinations. Does anyone else have additions or ch …