Comments

Flat
help me please
User: mawahib
Date: 4/25/2011 4:46 am
Views: 3710
Rating: 12

hello, I want to write a grammar for phone but knowing that the unit is the word not the phoneme,

one, two........,nine

I wrote this grammar:

/*
* Task grammar
*/


$digit0 = zero;$digit2= deux;$digit6= six;$digit3= trois;$digit7= sept;$digit9= neuf;$digit1= un;$digit5= sinq;$digit8= huit;$digit4= quatre;

({ $digit0 $digit2 $digit6 $digit3 $digit7 $digit9 $digit1 $digit5 $digit8 $digit4 $digit0 $digit2 $digit6 $digit3 $digit7 $digit9 $digit1 $digit5 $digit8 $digit4 $digit0 $digit2 $digit6 $digit3 $digit7 $digit9 $digit1 $digit5 $digit8 $digit4 $digit0 $digit2 $digit6 $digit3 $digit7 $digit9 $digit1 $digit5 $digit8 $digit4 $digit0 $digit2 $digit6 $digit3 $digit7 $digit9 $digit1 $digit5 $digit8 $digit4 $digit0 $digit2 $digit6 $digit3 $digit7 $digit9 $digit1 $digit5 $digit8 $digit4 $digit0 $digit2 $digit6 $digit3 $digit7 $digit9 $digit1 $digit5 $digit8 $digit4 $digit0 $digit2 $digit6 $digit3 $digit7 $digit9 $digit1 $digit5 $digit8 $digit4 $digit0 $digit2 $digit6 $digit3 $digit7 $digit9 $digit1 $digit5 $digit8 $digit4 $digit0 $digit2 $digit6 $digit3 $digit7 $digit9 $digit1 $digit5 $digit8 $digit4} )

because in train signals, the number is pronounced as follows

0 2 6 3 7 9 1 5 8 4

10 times in each file. sig of train signals.

Normally, if we use the same files for the train in test, we get the recognition rate = 100% but my problem is that the recognition rate = 60%
why ??????? I can not find the cause?? please can you help me?
it is very urgent.Frown

╚════════════════════════════════════════════════════╝
* Valeur de la ligne : HResults -I ref.mlf hmmlist.txt rec.mlf

====================== HTK Results Analysis =======================
  Date: Mon Apr 25 11:46:28 2011
  Ref : ref.mlf
  Rec : rec.mlf
------------------------ Overall Results --------------------------
SENT: %Correct=60.00 [H=6, S=4, N=10]
WORD: %Corr=99.60, Acc=99.60 [H=996, D=0, S=4, I=0, N=1000]
===================================================================

Re: help me please
User: kmaclean
Date: 4/25/2011 9:46 am
Views: 138
Rating: 11

> if we use the same files for the train in test, we get the recognition rate = 100%

why would you do that?

>my problem is that the recognition rate = 60% why ??????? I can not find the cause?

perhaps you need more speech in your training set? 

Random digits are difficult recognize because they don't provide much context (which is what your grammar or statistical language model are for)

Re: help me please
User: mawahib
Date: 4/25/2011 11:00 am
Views: 146
Rating: 12

 

I solved this problem, but now my problem is

Statement of test files is different than train, the recognition rate = 0Cry

why ?????????? I tried all possible ?????? is what the problem is in the grammar ????????

Re: help me please
User: antzx2
Date: 5/24/2011 8:48 am
Views: 113
Rating: 13

Try to use " | " (or) in your grammar.

I had the same problem and it helps me.

PreviousNext