genmodel.tcl - Generate mono-phone or tri-phone transcriptions.
genmodel.tcl input output [options]
set config(genmodel,dictionary) dict.db set config(genmodel,cutof) 1000000 set config(genmodel,sillen) 100 set config(genmodel,shortpause) 1 set config(genmodel,addsil) 0 set config(genmodel,type) mono
These values will override the preset default values. Subsequent command
line options will override the values specified by the configuration
script. Command line parameters are specified using the
param variable.
set param(scribe,input) foo set param(scribe,output) foo.mono
Since command line parameters are typically not optional the user needs to specify the command line parameters as a single "-" character for the settings defined in the configuration script to take effect.
genmodel.tcl converts a word model transcription file to an associated mono-phone or triphone transcription file. Each word is expanded into either a mono-phone or triphone representation using the pronunciations listed in the pronunciation database. The resulting model transcriptions are then used for embedded training.
worddb.tcl, hmmscribe.tcl, hmmembed.tcl
Johan Schalkwyk
Center for Spoken Language
Understanding
Oregon Graduate Institute of Science &
Technology