Questions tagged [phonetics]

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.

It is concerned with the physical properties of speech sounds or signs (phones): their physiological production, acoustic properties, auditory perception, and neurophysiological status. Phonology, on the other hand, is concerned with the abstract, grammatical characterization of systems of sounds or signs.

116 questions
5
votes
3 answers

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 I don't think there's a very easy way to get at…
Eli
  • 36,793
  • 40
  • 144
  • 207
5
votes
2 answers

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 B ER0 T ABET AH0 B EH1 T ABETTED AH0 B EH1 T…
ʞɔıu
  • 47,148
  • 35
  • 106
  • 149
5
votes
4 answers

How to get pronunciation (phonetics) of text (not speech, only text)?

I wanna get pronunciation of short messages using python. For example, message 'text' should be transformed to 'tekst' and message 'привет' (russian) should be transformed to 'privet'. I have tried to use googletrans for it but there is no…
5
votes
1 answer

How to decide which Encoder to use for which language in Elasticsearch "Phonetic Token filter"?

I have used Metaphone and soundex Encoder with "Phonetic Token Filter" in Elasticsearch. Metaphone is good for English words. Soundex is good for English as well as Hindi maybe many other languages as well. I want to know which of these encoders is…
Abhinav Keshri
  • 595
  • 5
  • 20
5
votes
2 answers

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? What for? What are real-life usages of these…
Tom Pažourek
  • 9,582
  • 8
  • 66
  • 107
5
votes
0 answers

Search words by phonetic symbols

I'm aware of the algorithms to search words with similar sounds like the one supported by the Fuzzy library. But how to search by reverse? That is to say that given a symbol like /θ/, search a document of all possible word matches like earth, thigh,…
Marconi
  • 3,601
  • 4
  • 46
  • 72
5
votes
2 answers

Are there any libraries in iOS for identifying phonetically same sound

I am trying to build an iOS application. In one of the screens the user can type something in a search bar and I have to take same action for different spellings of the same word. For eg: User can type "elephant" or "alephant" or "elefant". I have…
Nishanth
  • 1,801
  • 21
  • 25
4
votes
2 answers

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 I use this result in my C# application? How? Or…
K B
  • 1,330
  • 1
  • 18
  • 30
4
votes
0 answers

Solr phonetic search not finding anything

my solr 4.1.0 installation does not find anything with phonetic encoding. The excerpts from schema.xml:
chammp
  • 822
  • 1
  • 10
  • 20
4
votes
1 answer

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 passwords it creates, eg: minimum length minimum…
Grundlefleck
  • 124,925
  • 25
  • 94
  • 111
3
votes
2 answers

How can I generate a list of words that phonetically sound alike given one input word?

When you misspell a word in Google ("appples" for example), it comes up with the now familiar, "Did you mean: apples" suggestion for you. Excluding Google's ability to guess your intentions based on relevance of search results, how can I develop a…
CheeseConQueso
  • 5,831
  • 29
  • 93
  • 126
3
votes
1 answer

Replace special characters with corresponding english letter

Looking for an implementation or library (ideally in Java), that will transform Unicode text such as below, to the corresponding ASCII English characters: ʀᴇɢɪꜱᴛʀᴀᴛɪᴏɴ The below should be converted to: REGISTRATION Note however that are other…
3
votes
1 answer

IOS - nsstring text convert in English phonetic transcription Text

I would like to translate an English word to its phonetic transcription work. Only text convert. Like I have work hello how are you so this will be converted to /ˈheˈləʊ haʊ ə jʊ/. Any one know the API? Any demo link please share with me. .
3
votes
1 answer

Convert word to phonetic pronunciation with Sphinx4

I am trying to achieve English words to Phoneme word translation to create a language model for CMUSphinx. Now I am using the following tool to achieve the word translation link For example if I give a text file as input with the following word it …
luckysing_noobster
  • 1,933
  • 5
  • 24
  • 50
3
votes
0 answers

Error while indexing in Elasticsearch with phonetic beider_morse

I've a problem with indexer of Elasticsearch. I try to index title : "Ali Baba et les quarante voleurs". But with phonetic "beider_morse", i've got this error : "IllegalArgumentException[TokenStream expanded to 1024 finite strings. Only <= 256…
user3253361
  • 31
  • 1
  • 3