powered by
Uses Soundex codes to measure phonetic similarity.
phonetic_distance(word1, word2)
Numeric. Distance (0 = identical, higher = more different)
Character. First word
Character. Second word
phonetic_distance("coverage", "covfefe")
Run the code above in your browser using DataLab