Questions tagged [metaphone]

Metaphone is a phonetic algorithm published in 1990 for indexing words by their English pronunciation.

Metaphone fundamentally improves on the Soundex algorithm by using information about variations and inconsistencies in English spelling and pronunciation to produce a more accurate encoding, which does a better job of matching words and names which sound similar. As with Soundex, similar sounding words should share the same keys. Metaphone is available as a built-in operator in a number of systems, including later versions of PHP.

48 questions
-1
votes
0 answers

How to calculate the pronunciation similarity of two words?

I currently know that there are many phonetic coding methods such as Soundex and Metaphone that can encode English words into codes that represent their pronunciation, but how to evaluate the encoded result? For example, two words, one word is…
丰利刘
  • 1
  • 1
-1
votes
1 answer

configure double metaphone in french java apache

I want to use the function java apache DoubleMetaphoneEqual but with french language ? I'm using as routine in my talend job Could you please tell me what should i add to my code ? For the example JAID MOHAMED, JAWAD MOHAMED gives true and in french…
ily
  • 1
  • 2
-1
votes
1 answer

Mysql Equivalent of php metaphone and soundex

I am working on an app where user's current playing song title is fetched and we look in the mysql database to see who else is playing a similar song.since the same song might be with many varied titles on everyone's phone , we need a way to…
1 2 3
4