Questions tagged [phoneme]

A phoneme in linguistics is the smallest part of a word that can be pronounced. The word "the", for example, consists of phonemes /th/ and /e/. Use this tag to ask about how phonemes can be handled in natural language processing applications, or to identify them.

A phoneme in linguistics is the smallest part of a word that can be pronounced. The word "the", for example, consists of /th/ and /e/. Use this tag to ask about how phonemes can be handled in natural language processing applications, or to identify them.

For instance, in the Speech Synthesis Markup Language used by speech synthesisers to read text, the pronunciation of a phoneme can be specified:

<ssml:phoneme alphabet="x-microsoft-ups" ph="string"> </ssml:phoneme>

Here is what Wikipedia has on phonemes.

53 questions
0
votes
0 answers

Encoding of richtextbox seems wrong for displaying phonemes

I'm quite new to programming in c# but I'm trying to convert plain text into a phonetic representation. I convert the plain text by using the PhonemeReached Event and call them by e.Phoneme. (See code below). //Initialize Synthesizer for TTS and…
Nimuin
  • 1
  • 1
0
votes
1 answer

convert similar sound word parts

I'm having trouble searching for the right terms here to solve the below problem; I'm sure it's a done thing, I just can't find the right terms to express the problem! I'm basically trying to create a classifier that will take word comparison…
Manish Patel
  • 4,411
  • 4
  • 25
  • 48
0
votes
1 answer

Operation on current, precedent, and succeeding element in a list

I want to apply an operation on a list, which should span three elements at a time. The elements are strings, which consists of numbers then characters, like '234.23432 hel' So a sample string would like like this ['0.234 sil', '0.433 dh', '0.822…
cherrun
  • 2,102
  • 8
  • 34
  • 51
0
votes
0 answers

API for audio fingerprinting for speech ioS

Any suggestions/pointers on finding an API for audio fingerprinting for iOS for using with syllables and single phonemes.
0
votes
2 answers

Extracting phonemes using pocketsphinx

Is it possible to extract phonemes of the spoken word with the help of pocketsphinx ?
user782400
  • 1,617
  • 7
  • 30
  • 51
-1
votes
1 answer

Is there a way to map english letter(s) (or graphemes) in word from correspondent phoneme(s) in Python?

e.g. let's assume we have something like: WOULD | YOU | LIKE | A | CUP | OF | TEA w ʊ d | j uː | l a ɪ k | ə | k ʌ p | ʊ v | t iː W UH D | Y UW | L AY K | AH | K AH P | AH V | T IY And besides that I need to solve P2G problem, I also…
Ivan Kot
  • 1
  • 1
-1
votes
1 answer

Finding the fundamental frequency of .wav file in java

I have a project to complete which requires me to find the fundamental frequencies of phoneme vowels of human voice. I am new to sound processing and don't know how to proceed with this. Can anyone guide me how I should approach this problem? I have…
Sayan
  • 1
  • 1
-4
votes
1 answer

Find phonome and duration

I was wondering if anyone knows of a python tool that finds phonemes from a text, as well as their duration. In short, I want a forced alignment tool like aeneas, but I want the phonemes and their duration. Thank you!
Tom
  • 1
  • 3
1 2 3
4