#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
Go to the source code of this file.
Functions | |
| boolean | guess_if_cd_hmm (HTK_HMM_INFO *hmminfo) |
| Guess whether the given HMM definition contains context-dependent modeling, just by the naming rule. | |
The naming rule of HMM data will be used to determine whether this is a context-dependent model.
Definition in file guess_cdHMM.c.
| boolean guess_if_cd_hmm | ( | HTK_HMM_INFO * | hmminfo | ) |
Guess whether the given HMM definition contains context-dependent modeling, just by the naming rule.
| hmminfo | [in] target HMM definition |
Definition at line 42 of file guess_cdHMM.c.
Referenced by init_hmminfo().
1.5.1