database - Has Soundex been improved? -


soundex seems implemented in dbms's, have there been algorithmic improvements definitively better current implementation of soundex?

yes. wikipedia points out, there's metaphone , double metaphone, nysiis , more.

keep in mind these works english, has own particular problems orthography. it's hardly needed spanish, , doesn't make sense chinese/mandarin.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -