[FeatureSet fs] setDesc @../step2/featDesc
fs setAccess @../step2/featAccess
[CodebookSet cbs fs] read ../step2/codebookSet
[DistribSet dss cbs] read ../step2/distribSet
[PhonesSet ps] read ../step2/phonesSet
[Tags tags] read ../step2/tags
[Tree dst ps:phones ps tags dss] read ../step2/distribTree
SenoneSet sns [DistribStream str dss dst]
[TmSet tms] read ../step2/transitionModels
[TopoSet tps sns tms] read ../step2/topologies
[Tree tpt ps:phones ps tags tps] read ../step2/topologyTree
RewriteSet rws ; rws add SIL-m _-m ; rws add GARBAGE-m +-m
cbs configure -rewriteSet rws
cbs createAccus
cbs loadAccus ../data/codebookAccus
cbs update
cbs save codebookWeights
[DBase db] open ../step1/db.dat ../step1/db.idx -mode r
[Dictionary dict ps:phones tags] read ../step1/convertedDict
HMM hmm dict [AModelSet amo tpt ROOT]
Path path