Ngoc Duc Dang Institute of Information Technology (National Center for Science and Technology of Vietnam) 1. In the http://speech.bme.ogi.edu/tutordemos/csluhmm/doc/HmmTutorial.zip Two scripts genwrd.tcl and genphn.tcl in the diretory /Cslu/Toolkit/2.0/script/trainning_1.0: the "param" sould be changed to "config" CommandLine $inputArgs config param set corpusdir $config(genphn,corpusdir) set fh [open $config(genphn,input)] set fo [open $config(genphn,output) w] set cdid $config(genphn,cdid) 2. In the http://speech.bme.ogi.edu/tutordemos/csluhmm/doc/HmmTutorial.zip In the file /Hmmtutorial/digit/hmm/digit.cfg: all the word "param" should be replaced by "config". For example # hmm initialization set config(init,pickfile) $config(data,output) set config(init,numiter) 10 set param(init,basename) digit 3. In the http://speech.bme.ogi.edu/tutordemos/csluhmm/doc/csluhmm.ps Page 26: The directory "C:/TUTORIAL/hmm" should be "C:/TUTORIAL/mono"