| 
| SprHmmHmm *  | spr_am_hmm_fscanf (SprHmmHmm *hmm) | 
|   | 
| SprHmmSegs *  | spr_am_unit_fscanf (SprHmmSegs *units, const char *unitfname, int *nstates) | 
|   | 
| int  | spr_am_dic_fscanf (SprHmmSegs **dic, const char *dicfname, const SprHmmSegs *units) | 
|   | 
| SprHmmMvgs *  | spr_am_mvg_fscanf (SprHmmMvgs *mvgs, const char *mvgfname) | 
|   | 
| SprHmmMvgs **  | spr_am_mvgs_fscanf (SprHmmMvgs **mvgs_row, int nmix, const char *mvgfname) | 
|   | 
| SprHmmStates *  | spr_am_select_fscanf (SprHmmHmm *hmm, const char *selectfname) | 
|   | 
| int  | spr_am_mvg_apply_exp (SprHmmMvgs *mvgs, const float *exp_vec, int Nvec, const char *fname) | 
|   | 
| int  | spr_am_hmm_apply_options (SprHmmHmm *hmm, const char *opt_str) | 
|   | 
| SprHmmHmm *  | spr_am_hmm_read_new (const char *hmmfname, const char *unitfname, const char *mvgfname, const char *selectfname, const char *opt_str) | 
|   | 
All read-hmm-from-file related subroutines. 
- Author
 - Jacques Duchateau 
 
- Date
 - October 1995 
 
- Revision History:
 
- 10/95 - JD
 
- rewritten by for new hmm structures, multiple observation streams. Origin hmm_io.c. 
 
- 7/97 - JD
 
- rewritten for extended hmm structures.