Hi,
I'm curious about soundex. All I know that it's a way for making spelling-
error-tolerant word matching. What I want to know is whether the soundex
algorithm are made exclusively for english language, or can it be used for
any arbitrary language with satisfactory performance (by 'satisfactory
performance' I meant that it can detect at least 80% spelling-errors). What
about PHP soundex support?
TIA
I'm curious about soundex. All I know that it's a way for making spelling-
error-tolerant word matching. What I want to know is whether the soundex
algorithm are made exclusively for english language, or can it be used for
any arbitrary language with satisfactory performance (by 'satisfactory
performance' I meant that it can detect at least 80% spelling-errors). What
about PHP soundex support?
TIA
Comment