I am creating model_parameters using the tutorial "adpating the default acoustic model". I can tested it using microphone but it is diffcult to calculate the error rate.
In an4 example, there are an4_test.fileids, an4_test.transcription and corresponding audio files for testing. I just tyed command
Is it possible to output sentence error rate and error rate with a given acoustic model, such as the adapted acoustic model? BTW, where is the output recognized words when I run pocketsphinx_continuous command? Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am creating model_parameters using the tutorial "adpating the default acoustic model". I can tested it using microphone but it is diffcult to calculate the error rate.
In an4 example, there are an4_test.fileids, an4_test.transcription and corresponding audio files for testing. I just tyed command
Is it possible to output sentence error rate and error rate with a given acoustic model, such as the adapted acoustic model? BTW, where is the output recognized words when I run pocketsphinx_continuous command? Thanks in advance.
As covered here
http://cmusphinx.sourceforge.net/wiki/tutorialtuning
you have to create a fileids and transcription files yourself.
Hi, Nickolay, thank you very much. It worked!