--- htk_3.4.1/HTKBook/exampsys.tex 2009-03-11 10:07:32.000000000 +0000 +++ htk_3.4.2/HTKBook/exampsys.tex 2009-11-28 13:58:49.270000000 +0000 @@ -2007,7 +2007,7 @@ in order to have a model with the desired number of bigrams (in the command below it is set to 5) then the required \htool{LBuild} command would be \begin{verbatim} -LBuild -A -C config.lbuild lmdb/wmap -c 5 -n 2 trainbg lmdb/gram.* +LBuild -A -C config.lbuild -c 2 5 -n 2 lmdb/wmap trainbg lmdb/gram.* \end{verbatim} The cut-off parameter (value supplied to \texttt{-c}) should be varied until a bigram of a suitable size is obtained (it is also possible to find this @@ -2049,8 +2049,8 @@ MLF file is located in \texttt{trainwords.mlf} and a list of these labels is contained in \texttt{train.labscp}, the following command can be run \begin{verbatim} - HLRescore -A -C config.hlrescore -S train.labscp -I words.mlf \ - -n trainbg -f -t tvalqr -w -s 5.0 -l wlat.num dict.hdecode + HLRescore -A -C config.hlrescore -S train.labscp -I trainwords.mlf \ + -n trainbg -f -t 220.0 1000.0 -q tvalqr -w -s 5.0 -l wlat.num dict.hdecode \end{verbatim} using the config file \texttt{config.hlrescore} defined in the section above for \texttt{HDecode}. An example of the first few lines of \texttt{train.labscp} might be @@ -2081,7 +2081,7 @@ be made determininstic. These will be written into the directory \texttt{wlat.den.det} assuming a list of lattices is in \texttt{denwordlat.lcp} with the command \begin{verbatim} - HLRescore -C config.hlrescore -S test.lcp \ + HLRescore -C config.hlrescore -S denwordlat.lcp \ -t 220.0 1000.0 -s 5.0 \ -m f -L wlat.den -w -l wlat.den.det dict.hdecode \end{verbatim}