Top "Phonetics" questions

How can I measure the similarity between 2 strings?

Given two strings text1 and text2: public SOMEUSABLERETURNTYPE Compare(string text1, string text2) { // DO SOMETHING HERE TO COMPARE } Examples: First …

c# string comparison phonetics
Where can I obtain an English dictionary with structured data?

I would like to download an English dictionary -- not just a word list -- in a structured format such …

open-source resources phonetics
Is there a text-to-speech software that accepts IPA-based phonetic transcription?

I would like to translate phonetic text (IPA) to synthesized speech. No TTS software that I have found can do …

text-to-speech phonetics
What is the Metaphone 3 Algorithm?

I want to code the Metaphone 3 algorithm myself. Is there a description? I know the source code is available for …

spell-checking phonetics metaphone
Getting pronunciation of a word using Google Translate API

I am trying to save the pronunciation of a French word into a .wav or .mp3 file. I was wondering …

audio text-to-speech google-translate phonetics
How can I get this switch statement to work using a scanner?

I'm trying to write a program that will switch any letter of the alphabet (upper or lower cases) into the …

java string switch-statement java.util.scanner phonetics
metaphone versus soundex versus NYSIIS

I'm trying to come up with an implicit spell checker that will use the mappings of input words to some …

machine-learning nlp soundex phonetics metaphone