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
1
vote
1 answer

How to use phonetic edit-text or Search-view in Android?

Like, I will write using a English keyboard but in EditText/SearchView the font will become Phonetic [bangla]. How can I achieve this ? Example
1
vote
1 answer

IPA to Arpabet python

I want to do a simple replace like: line= line.replace ('ʃ',' sh ') line= line.replace ('ɐ͂',' an ') line= line.replace ('ẽ',' en ') The problem is that python does not accept these characters. I tried also tried things like: line= line.replace…
badner
  • 768
  • 2
  • 10
  • 31
1
vote
0 answers

How do I configure SpeechSynthesizer to use phonetics so that it can read proper nouns (names)?

I am using SpeechSynthesizer and I wanted to configure it to use phonetics so I don't have to add individual lexicons. End result expected would be that if I passed it a proper noun it shouldn't read it out and not spell it out. My current code is…
KnightFox
  • 3,132
  • 4
  • 20
  • 35
1
vote
1 answer

How to read international phonetics alphabet with AVSpeechSynthesizer

I'm working on an iOS app, and I have some words in phonetics, i want my iPhone say those words. for example "tʃat" means "chat". But AVSpeechSynthesizer can't speak it correctly. ʃ is not pronounced. Did i miss something, do i need a third part or…
Meph
  • 280
  • 3
  • 9
1
vote
0 answers

Getting most likely documents of the query using phonetic filter in solr

I am using solr for spell checking/ query correction. I have added solr.PhoneticFilterFactory and solr.NGramFilterFactory in fieldType to perform spell checking. It is working fine but here the problem is that I am getting number of documents of the…
iNikkz
  • 3,729
  • 5
  • 29
  • 59
1
vote
1 answer

How to handle Combining Diacritical Marks with UnicodeUtils?

I am trying to insert spaces into a string of IPA characters, e.g. to turn ɔ̃wɔ̃tɨ into ɔ̃ w ɔ̃ t ɨ. Using split/join was my first thought: s = ɔ̃w̃ɔtɨ s.split('').join(' ') #=> ̃ ɔ w ̃ ɔ p t ɨ As I discovered by examining the results, letters…
1
vote
2 answers

Split a word with regexp in matlab; startIndex for 'split'?

My aim is to generate the phonetic transcription for any word according to a set of rules. First, I want to split words into their syllables. For example, I want an algorithm to find 'ch' in a word and then separate it like shown below: Input:…
jonen
  • 43
  • 4
1
vote
1 answer

C# Get the phonemic spelling of a word using XSAMPA

Im searching for resources and ways to do this on the internet, but I just can find any links. The only place I can find that can do this is THIS LINK where you can enter a word and it gives you the phonemic spelling of that word in SAMPA. This guy…
Ruan
  • 3,969
  • 10
  • 60
  • 87
0
votes
0 answers

How To Easily Convert english Audio files to IPA (Phonetics) with time stamps on windows?

How Would I Easily Convert english Audio files to IPA (Phonetic alphabet) with time stamps on windows? Everything I find is way out of date. Even similar questions here on stack are out of date. most stuff doesn't even work anymore, like python's…
0
votes
0 answers

What phonetic notation or transliteration style Google uses for showing the transliteration of the Bangla Words in Google Translate?

Google provides a transliteration of the word the user types in Google Translate (as highlighted in the image below). Can anyone please confirm with evidence like a blog or site or a paper that mentions what phonetic notation or transliteration…
learner
  • 99
  • 8
0
votes
1 answer

Looping through an array of float column in a Pyspark DataFrame to find which values pass through a condition

I am using Pyspark 2.4.0. I have a float list as such : [0.6067762380157111, 0.4595708424660512, 0.20093402090021173, 0.5736288504883545, 0.46593043507957116, 0.5734057882715504, 0.6940067723754003, 0.30921836906829625, …
0
votes
0 answers

Praat TextGrid reviewer script cannot be run repeatedly

I am relatively new to Praat and am currently using a Praat script to open all sound files and related textgrids in a directory, make changes on each textgrid and then saving the textgrid in the end. This worked fine when I ran the script for the…
MHansen
  • 1
  • 1
0
votes
0 answers

Why is there no sound whenever I am clicking the sound icon?

(here is what shows on console...) uncaught (in promise) DOMException: The element has no supported sources. playSound @ script.js:36 onclick @ index.html:1] I have made a dictionary app using API and whenever I click the sound icon for phonetics,…
Pau
  • 11
  • 3
0
votes
0 answers

Phonetic support for indian language in English

I am working on developing phonetic support for search, where the users typically type indian language text in English to search for a relevant result. I am not able to find the phonetic rules for generating this phonetics. I can use the Norvig…
Aks
  • 183
  • 2
  • 11
0
votes
1 answer

Fieldwork audio recording for acoustic analysis: stereo or mono? appropriate gain?

I work in the field of phonetics and often need to record human speech for acoustic analysis. I have two questions that I couldn't find answers: If I record in stereo channels, I need to convert to mono later on to proceed with annotation. So in…
Cocoa
  • 1