| phonetic_distance | R Documentation |
Uses Soundex codes to measure phonetic similarity.
phonetic_distance(word1, word2)
word1 |
Character. First word |
word2 |
Character. Second word |
Numeric. Distance (0 = identical, higher = more different)
phonetic_distance("coverage", "covfefe")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.