Print the values in an HMM file.
spr_hmmprint <-i hmm_file> [-gi mvg_file] [-seli sel_file] [-u unit_fname] [-am_opt acmod_opt]
[-U Unit#s1:s2] [-S](flag: ) [-N](flag: ) [-G](flag: )
- Parameters
-
| -i<em>hmm_file</em><a | name="spr_hmmprint.i" class="el">
HMM-file to read. |
| -gi<em>mvg_file</em><a | name="spr_hmmprint.gi" class="el">
MVG-file to read. If specified, this MVG file is read instead of the MVG file given in the header of the input HMM. |
| -seli<em>sel_file</em><a | name="spr_hmmprint.seli" class="el">
SEL-file to read. If specified, this SELECT file is read instead of the SELECT file given in the header of the input HMM. |
| -u<em>unit_fname</em><a | name="spr_hmmprint.u" class="el">
UNIT-file to read. If specified, this unit file is used to read the input HMM instead of the file corresponding to the filename in the header of the input HMM. |
| -am_opt<em>acmod_opt</em><a | name="spr_hmmprint.am_opt" class="el">
Extra options for loading the acoustic model. |
-U<em>Unit\ | s1:s2</em><a | name="spr_hmmprint.U" class="el">
Selection of unit and statenumbers. If unit (denoted by its name string) is not specified, units are selected according to flags -S, -N and -G. If states (integers s1 and s2, 0 as first state) are not specified, all states of all selected units are selected. If only s1 is specified, and not s2, only s1 is selected. Else, s1 ... s2 are selected. |
| -Sflag |
-S, -N and -G select Speech, Silence, and Garbage units respectively . Can be combined, but are overruled when a unit is selected with -U. If no units are selected with flags or with -U, default all units are selected. |
| -Nflag |
See -S |
| -Gflag |
See -S |
Print the values in an HMM file. Print the values in an HMM file (and for SC_HMM in a SELECT file) to the screen. Options -U, -S, -N and -G to choose which units (and subunits) to print.
- Revision History:
- 01/96, JD
- added hmmprint from separate programs
- 07/97, JD
- rewritten for extended hmm structures (state-variable mixture dimension, linear or logarithmic probabilities in HMM, ...)