search for: double_metaphone

Displaying 1 result from an estimated 1 matches for "double_metaphone".

2006 Nov 25
5
Metaphone analysis
...ther a Rails/Ferret based restful dictionary. So I finally got a chance to get started today so the first thing I wanted to do was implement a metaphone analyzer and filter. Some links for more info on the metaphone algorithms: http://en.wikipedia.org/wiki/Metaphone http://en.wikipedia.org/wiki/Double_Metaphone The jist of it is that it breaks words down into its phonetic parts. For example, the word ''cool'' and ''kewl'' both become ''KL'' in the double-metaphone algorithm. Indexing dictionary words in this manner is almost essential so that users can f...