I am getting the following error in Sphinx 3 decoding.
INFO: Reading HMM in Sphinx 3 Model format
INFO: Model Definition File: models/hmm//mdef
INFO: Mean File: models/hmm//means
INFO: Variance File: models/hmm//variances
INFO: Mixture Weight File: models/hmm//mixture_weights
INFO: Transition Matrices File: models/hmm//transition_matrices
INFO: mdef.c(682): Reading model definition: models/hmm//mdef
FATAL_ERROR: "mdef.c", line 495: Duplicate base phone: a - - - n/a 24 72 73 74
N
What is the possible cause for this error. I am using Capital A for long 'a'
in indian languages and lower case a for short 'a' in the phone list. Is that
the cause for getting this error?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am getting the following error in Sphinx 3 decoding.
INFO: Reading HMM in Sphinx 3 Model format
INFO: Model Definition File: models/hmm//mdef
INFO: Mean File: models/hmm//means
INFO: Variance File: models/hmm//variances
INFO: Mixture Weight File: models/hmm//mixture_weights
INFO: Transition Matrices File: models/hmm//transition_matrices
INFO: mdef.c(682): Reading model definition: models/hmm//mdef
FATAL_ERROR: "mdef.c", line 495: Duplicate base phone: a - - - n/a 24 72 73 74
N
What is the possible cause for this error. I am using Capital A for long 'a'
in indian languages and lower case a for short 'a' in the phone list. Is that
the cause for getting this error?
Hi vijayabharadwaj,
You are right - Sphinx 3 is by default case insensitive as to the phonemes.
You may change this - see https://sourceforge.net/projects/cmusphinx/forums/f
orum/5471/topic/3841842.
Marek
Thank you very much marekl0. Its working.
Hello guys
FYI, I changed the code to be case sensitive by default.