Speech Recognition Engines

Flat
Defining a 1-state HMM file
User: Atishya Kamboj
Date: 9/2/2014 6:29 am
Views: 2148
Rating: 6

Hi everyone

I was just wondering how you would go about defining a 1-state HMM file (so basically just a GMM). Here is what I have written but I seem to be getting an error "Illegal Option Symbol".

~o
<STREAMINFO> 1 13
<VECSIZE> 13<NULLD><MFCC><DIAGC>
~v varFloor1
<Variance> 13
0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01
~h "hmm"
<BEGINHMM>
<NUMSTATES> 1
<TRANSP> 1
1.000000e+000
<ENDHMM>

Error is (where line 10 is about the size of the transpose matrix, <TRANSP> 1):

HMM Def Error: GetOption: Ilegal Option Symbol at line 10/col 9/char 198 in ./models/hmm.1.0.0
  ERROR [+7050]  HMError:

HMM Def Error: GetHMMDef: GetOption failed at line 10/col 10/char 199 in ./models/hmm.1.0.0
  ERROR [+7050]  HMError:

Thanks in advance.

Atishya

--- (Edited on 9/2/2014 6:29 am [GMT-0500] by Visitor) ---

PreviousNext