in section 3.11.2 there's LBuild -A -C config.lbuild lmdb/wmap -c 5 -n 2 trainbg lmdb/gram.* but I think it should be LBuild -A -C config.lbuild -c 2 5 lmdb/wmap trainbg lmdb/gram.* - Also, it is 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 but I think it should be HLRescore -A -C config.hlrescore -S train.labscp -I trainwords.mlf\ -n trainbg -f -t 220 220 -q tvalqr -w -s 5.0 -l wlat.num dict.hdecode In section 3.11.4 there's 'denwordlat.lcp' in the text but 'test.lpc' is used in the HLRescore command.