Search code examples
javalevenshtein-distancefuzzy-search

Levenshtein distance on non-English strings


Will the Levenshtein distance algorithm work well for non-English language strings too?

Update: Would this work automatically in a language like Java when comparing Asian characters?


Solution

  • Only if language is letter based. For example Russian, German,... but hieroglyph (China for example) or syllable (like Laos) - not.