phonetics | R Documentation |
Interface to phonetic coding functions.
soundex(str)
str |
A character vector or matrix. |
soundex
is a widespread algorithm for English names. This implementation
can only handle common characters. It strips off non-alphabetical characters.
The C code for soundex
was taken from PostgreSQL 8.3.6.
A character vector or matrix with the same size and dimensions as str
,
containing its phonetic encoding.
Andreas Borg (R interface only)
see also https://www.codedrome.com/the-soundex-algorithm-in-c/
jarowinkler
and levenshteinSim
for string comparison.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.