SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Functions | Variables
hmm_read.c File Reference

All read-hmm-from-file related subroutines. More...

Data Structures

struct  SprHmmReadOD
 

Functions

SprHmmHmmspr_am_hmm_fscanf (SprHmmHmm *hmm)
 
SprHmmSegsspr_am_unit_fscanf (SprHmmSegs *units, const char *unitfname, int *nstates)
 
int spr_am_dic_fscanf (SprHmmSegs **dic, const char *dicfname, const SprHmmSegs *units)
 
SprHmmMvgsspr_am_mvg_fscanf (SprHmmMvgs *mvgs, const char *mvgfname)
 
SprHmmMvgs ** spr_am_mvgs_fscanf (SprHmmMvgs **mvgs_row, int nmix, const char *mvgfname)
 
SprHmmStatesspr_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)
 
SprHmmHmmspr_am_hmm_read_new (const char *hmmfname, const char *unitfname, const char *mvgfname, const char *selectfname, const char *opt_str)
 

Variables

const SprOptDesc spr_hmm_read_od []
 
const SprCmdOptDesc spr_hmm_std_od []
 

Detailed Description

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.