Run step1, step2, step3 and step4 under HTKSimpleDemo: (take a copy, using the corresponding zip-file). step1: Feature-extraction (HCopy) step2: Whole-word Reestimation (Training) (HRest) step3: Recognition (HVite) step4: Evaluation (HResults) The vocabulary consists of the five Danish words: 0, 1, 2, 3, 4 The result of step4 should be: ====================== HTK Results Analysis ======================= Date: Mon Mar 15 11:55:54 2004 Ref : rec-out.mlf Rec : Out/recording-test_0-0001.rec : Out/recording-test_0-0003.rec : Out/recording-test_0-0005.rec : Out/recording-test_0-0007.rec : Out/recording-test_0-0009.rec ------------------------ Overall Results -------------------------- SENT: %Correct=91.84 [H=45, S=4, N=49] WORD: %Corr=91.84, Acc=91.84 [H=45, D=0, S=4, I=0, N=49] ------------------------ Confusion Matrix ------------------------- n e t t f u n o r i l e r e Del [ %c / %e] nul 5 0 3 0 1 0 [55.6/8.2] en 0 10 0 0 0 0 to 0 0 10 0 0 0 tre 0 0 0 10 0 0 fire 0 0 0 0 10 0 Ins 0 0 0 0 0 =================================================================== In order to run HTK, the following setup is required: ###################################################### setenv HBIN /afs/ies.auc.dk/sw/pack/htk-3.0/bin set path=($path $HBIN) alias sethtkenv 'setenv HCOERCE MFCC_E_D_N' ###################################################### (Thanks Borge Lindberg for providing this exercise.)