#include <sent/stddefs.h>
#include <sent/htk_hmm.h>
#include <sent/htk_param.h>
#include <sent/hmm.h>
Include dependency graph for check_hmm_restriction.c:
Go to the source code of this file.
Defines | |
#define | GOOD 0 |
Mark transition as allowed. | |
#define | FIXED 1 |
Mark fixed transition. | |
#define | BAD 3 |
Mark not supported transition. | |
Functions | |
static int | trans_ok_p (HTK_HMM_Trans *t) |
boolean | check_hmm_limit (HTK_HMM_Data *dt) |
boolean | check_all_hmm_limit (HTK_HMM_INFO *hmminfo) |
In multipath version, all the transitions including model-skipping transition is allowed. However, in normal version, their transition is restricted as above.
If such transition is found, Julius output warning and proceed by modifying transition to suite for the restriction.
Definition in file check_hmm_restriction.c.
|
Scan the transition matrix to test the ristrictions.
Definition at line 75 of file check_hmm_restriction.c. Referenced by check_hmm_limit(). |
|
Check if the transition matrix conforms the ristrictions of Julius.
Definition at line 209 of file check_hmm_restriction.c. Referenced by check_all_hmm_limit(). |
|
Check all the HMM definitions in a HTK HMM definition data.
Definition at line 242 of file check_hmm_restriction.c. Referenced by rdhmmdef(). |