#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
Include dependency graph for rdhmmdef_data.c:
Go to the source code of this file.
Functions | |
HTK_HMM_Data * | htk_hmmdata_new () |
void | htk_hmmdata_add (HTK_HMM_INFO *hmm, HTK_HMM_Data *new) |
static HTK_HMM_Data * | htk_hmmdata_read (FILE *fp, HTK_HMM_INFO *hmm) |
Read one new data and returns the pointer. | |
void | def_HMM (char *name, FILE *fp, HTK_HMM_INFO *hmm) |
Variables | |
char * | rdhmmdef_token |
Current token. |
Definition in file rdhmmdef_data.c.
|
Allocate a new data and return it.
Definition at line 35 of file rdhmmdef_data.c. Referenced by htk_hmmdata_read(). |
|
Add a new data to the global structure.
Definition at line 57 of file rdhmmdef_data.c. |
|
Read one new data and returns the pointer. If a sub-component of this data is directly defined at here, they will be read from here and assigned to this data. If a sub-component is not defined here but a macro name referencing to the component previously defined in other place, the data will be searched by the macro name and the pointer to the found component will be assigned to this model.
Definition at line 99 of file rdhmmdef_data.c. Referenced by def_HMM(). |
|
Read a new data and store it as a macro.
Definition at line 159 of file rdhmmdef_data.c. Referenced by rdhmmdef(). |