I am developing an android application for speaker's pronunciation evaluation.
The user has to select the prerecorded audio and the system generates the audio transcription.Then it will give the overall correctly pronunced words in percentage.
Could any one please tell how to develop pronunction evaluation using pocketsphnix ? Sample code and Explanation ?.
Thank you.
Last edit: Jeyamaal 2017-08-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to do the pronunciation evaluation using audio finger printing (by comparing two audio files one is well trained and another one is speaker' speech) ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
what i did is this
i added more pronunciation alternatives to the dictionary including the potential mistakes that might happen
then when the word/words is recognized the result is compared to the reference text
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am developing an android application for speaker's pronunciation evaluation.
The user has to select the prerecorded audio and the system generates the audio transcription.Then it will give the overall correctly pronunced words in percentage.
Could any one please tell how to develop pronunction evaluation using pocketsphnix ? Sample code and Explanation ?.
Thank you.
Last edit: Jeyamaal 2017-08-26
Is it possible to do the pronunciation evaluation using audio finger printing (by comparing two audio files one is well trained and another one is speaker' speech) ?
what i did is this
i added more pronunciation alternatives to the dictionary including the potential mistakes that might happen
then when the word/words is recognized the result is compared to the reference text
What do you mean by reference txt ? What does it contain ?
Thank you for your suggestion.,
Therefore I have to define the words in "cmudict-en-us.dict" in pocketsphix,Isn't it?
For an example:
algae AE L JH IY
algae A EL GH Y
algae AL G A
?
Yes, it is.
Last edit: hiyassat 2017-09-24
Last edit: hiyassat 2017-09-24
yes it is