I've read a bunch of posts such as:
And I've gone through and found the double metaphone code.
But the double metaphone algorithm returns a tuple for a given string, assuming that the string is a single word. Does anyone know of a phonetic algorithm that would work on multiple words in the same name? If not, is the best idea simply to write a script to count the word count for each word in this column and then run double metaphone on the word in a cell that occurs most frequently in my dataset?