[FeatureSet fs] setDesc @/home/islpra0/IslData/featDesc
fs setAccess @/home/islpra0/IslData/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
fs FMatrix LDAMatrix
fs:LDAMatrix.data bload ../IslData/ldaISLci.bmat
RewriteSet rws ; rws add GARBAGE-m +-m
cbs configure -rewriteSet rws
cbs createAccus
cbs loadAccus ../IslData/codeBookAccus.gz
cbs update
cbs save codebookWeights
[DBase db] open ../step1/db.dat ../step1/db.idx -mode r
[Dictionary diction ps:PHONES tags] read ../step1/convertedDict
HMM hmm diction [AModelSet amo tpt ROOT]
Path path