📄 hte.align
字号:
#---------------------------------------------------------------## HTK RM Environment File 08/09/95 ## ## This version is for: ## ## Baseline - Monophones ## 39th Order MFCC_E_D_A Data (data in MFCC_E format) ## 1 Mixture/Diagonal/3 State no Skip + sp model ## ##---------------------------------------------------------------## Set priority at which processes are runset NICE = 5# Define the rmwork and rmdata areasset rmwork=$RMWORKset rmdata=$RMDATAset rmlib=$RMLIB# define input filterssetenv HNETFILTER 'gzip -d -c $.gz' # Networks compress well# Define input configuration filessetenv HECONFIG $rmlib/configs/config.basic # Basic configurationsetenv HVCONFIG $rmlib/configs/config.xwrd # Basic configurationsetenv HEXFORMCONFIG $rmlib/configs/config.cmllr# Define HMMs - should reflect current models setset HMMLIST=$rmlib/mlists/treeg.list # ****** ## Define Training Data and Label files for current modelsset TRAINDATALIST=$rmlib/flists/ind_feb89.scpset TRAINMLF=hmm0/align_wp_feb89.1/wp_feb89.mlf# Define Test Data # Note that TESTSET is defined by htestrm before sourcing HTEset SETLIST=(feb89 oct89 feb91 sep92)if ($?TESTSET) then set TESTDATALIST=$rmlib/flists/ind_${TESTSET}.scp set TESTMLF=$rmlib/wlabs/ind_tst.mlfendif# HERest Program Optionsset HETRACE=1set HEMINWEIGHT=2.0set HETMTHRESH=20.0 # Only needs to be same order as numerical accuracyset HEPRUNE=600.0 # 250==VERY TIGHT, 500==TIGHT, 1000==LOOSE #set HESTATS=stats # stats files aren't always needed but are interesting #set HEMINEG=0 # Potentially bad choice for unclustered models set HEUPD=a# Define possible test conditionsset TYPELIST=(ng wp)# HVite Network Defn & Program Optionsset HVTRACE=1set HVNET=($rmlib/nets/net.ng $rmlib/nets/net.wp)set HVVOC=($rmlib/dicts/mono.dct $rmlib/dicts/mono.dct)set HVPRUNE=(200.0 300.0)set HVMAXACTIVE=(0 0)set HVGSCALE=(7.0 7.0)set HVIMPROB=(0.0 0.0)# The alignment informationset HVALIGNif ($?TESTSET) then set ALIGNMLF=hmm0/wlabs/wp_${TESTSET}.mlfendif# HERest adaptation optionsset HESPKRMASK = '*/%%%%%%_*.mfc'set HEOUTXFORMEXT = cmllr1set HEINXFORMEXT = cmllr1set HEFORCEXFORMDIR = (hmm0 hmm2/cmllr2)# HVite adaptation optionsset HVSPKRMASK = '*/%%%%%%_*.mfc'set HVINXFORMEXT = cmllr2set HVFORCEXFORMDIR = (hmm0 hmm2/cmllr2)# HResults Results Analysisset WORDLIST=$rmlib/wordlistset HREQSETS=($rmlib/eq.ng $rmlib/eq.wp)set HRNIST #---------------------------------------------------------------## END OF ENVIRONMENT DEFINITION ##---------------------------------------------------------------#
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -