metaphone Questions
6
Solved
I want to code the Metaphone 3 algorithm myself. Is there a description? I know the source code is available for sale but that is not what I am looking for.
Rainbow asked 4/5, 2012 at 4:13
4
Solved
I am wanting to use MetaPhone, Double Metaphone, Caverphone, MetaPhone3, SoundEx, and if anyone has done it yet NameX functions within 'R' so I can categorize and summarize like values to minimize ...
1
Solved
I'm trying to come up with an implicit spell checker that will use the mappings of input words to some kind of more general phonetic representation to account for typos that might occur, basically ...
Hedy asked 20/7, 2012 at 11:35
2
I'm attempting to create an algorithm that will suggest Mad Gab style phrases.
The input is a set of phrases. I also have a set of keywords that I'd like to use when possible. Currently, my soluti...
1
Solved
I'm testing a metaphone implementation for C# and comparing its results against the built-in metaphone() function from PHP. However, I've come across a bug (which is previously documented in PHP's ...
2
Solved
Metaphone and Soundex are phonetic algorithms for indexing strings by their English pronunciation.
Have you ever used functions metaphone() or soundex() that are present in the standard PHP librar...
2
Solved
I've been studying soundex, metaphone and other string search techniques the past few days, and in my understanding both algorithms work well in handling non-English words transliterated to English...
1
© 2022 - 2024 — McMap. All rights reserved.