Tagged Questions

Phonetics is a branch of linguistics that comprises the study of the sounds of human speech, or—in the case of sign languages—the equivalent aspects of sign.

learn more… | top users | synonyms

40
votes
11answers
868 views

how to check if a string looks randomized, or human generated and pronouncable?

For the purpose of identifying [possible] bot-generated usernames. Suppose you have a username like "bilbomoothof" .. it may be nonsense, but it still contains pronouncable sounds and so appears ...
10
votes
4answers
401 views

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 as TXT, XML, or SQL. Specifically, I need phonetic pronunciation and parts of speech (definition ...
10
votes
11answers
3k views

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 String: StackOverflow Second String: ...
4
votes
1answer
38 views

What's a Good package for Phonetic Representation for Various Human Languages?

I'm currently working on a project for which I think being able to come up with phonetic representations of words in various languages would be really helpful. I know Aspell does this pretty well, but ...
4
votes
2answers
424 views

Machine learning challenge: learn english pronunciation

Say you want to take CMU's phonetic data set input that looks like this: ABERRATION AE2 B ER0 EY1 SH AH0 N ABERRATIONAL AE2 B ER0 EY1 SH AH0 N AH0 L ABERRATIONS AE2 B ER0 EY1 SH AH0 N Z ABERT AE1 ...
3
votes
1answer
221 views

Ellipse containing percentage of given points in R

I'm drawing F1/F2 vowel graph (an example is here). Each vowel has several points/values, and I'd like to draw an ellipse around the points, so that: ellipse covers at least 80% of points (ie. in ...
3
votes
2answers
114 views

Has Soundex been improved?

Soundex seems to be implemented in some DBMS's, but have there been any algorithmic improvements that are definitively better than the current implementation of Soundex?
3
votes
2answers
181 views

What are the practical usages of functions metaphone() and soundex() in PHP?

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 library? ...
2
votes
3answers
540 views

How to go about making an untrained speech to text converter?

I have a severe to profound deafness from a very early age but luckily I can speak like a normal person. Verbal communication has always been difficult for me due to my impaired speech recognition ...
2
votes
1answer
569 views

Free to use Java phonetic password generator?

I'm looking for free to use phonetic/pronounceable password generator written in Java (or any JVM language, which can be called from Java). Ideally the generator would accept criteria for the ...
1
vote
1answer
24 views

MS SAPI sdk equivalent on OSX

I'm looking for an SDK that would allow me to have speech recognition on a OSX application. I already have a working code for windows using sapi, to get speech recognition info from an audio file, ...
1
vote
2answers
148 views

compare short strings in different languages for similar sound - is Soundex the answer?

How could i get a sound similarity "rating" for a string written in one language with another string in another language: i.e an algorithm that will identify that "David Letterman" and "דוד לטרמן" ...
1
vote
2answers
211 views

Getting values from praat with a C# program

I have a program written in C# and values calculated by praat (phonetics software). I already have a praat script running with praatcon.exe which prints the results on a Windows console (cmd.exe). Can ...
1
vote
2answers
1k views

english dictionary API with phonetics and accents?

I'm not only a programmer, but an amateur poet, and I'd like to build some custom rhyming dictionary programs. I want to be able to specify what kinds of rhymes and follow patterns on the rhythm of ...
1
vote
2answers
496 views

What is a good phonetic alphabet for a password application?

I'm writing an application that will create "difficult" passwords for the user. The user will only see the password once, and they'll copy it into a client that will remember it for them forever. ...
0
votes
0answers
125 views

iOS / OpenEars / CMU-Sphinx (speech recognition): how to build custom dictionary? [closed]

I want to modify the openEars project so that it listens out for a sequence of words from a 36 word dictionary This dictionary will effectively be a 6x6 grid with: . . . . . . b __ g __ l __ r ...
0
votes
0answers
37 views

Meta tags: title and description for both latin and non latin letter site

I have (I believe) a unique situation; a bit of a puzzle. heres the deal. Situation: I have a one language web site, where everything (content, links) are in non-latin based characters. ...
0
votes
2answers
219 views

Phonetic text to speech

I would like to translate phonetic text (IPA) to synthesized speech. No TTS software that I have found can do this and I can't find any other software either. Any tip? Is this even doable in theory ...
0
votes
0answers
163 views

Phonetic pronunciation with C#

I need to let my application to pronounce alphabet in English by using Phonics with C#. I can do it with English simply, but I cannot get the Phonics sounds. I'm using Windows SAPI. using SpeechLib; ...
0
votes
0answers
156 views

Failed to show phonetics on Android Browsers using web fonts

phonetics are shown as boxes in android browser. I tried to use web fonts instructed by FontFace Generator. You can view the page: http://test.shanbay.com/test/webfont.html font-face in css file is: ...
0
votes
1answer
284 views

synonyms analyzer and PhoneticAnalyzer in Hibernate Search

Does someone knows how to use Phonetic Analyzer and synonyms analyzer. I'm not finding a good tutorial that explains this well??