Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

check_hmmtype.c File Reference

Check the parameter types between HMM and input. More...

#include <sent/stddefs.h>
#include <sent/htk_defs.h>
#include <sent/htk_hmm.h>
#include <sent/htk_param.h>

Include dependency graph for check_hmmtype.c:

Go to the source code of this file.

Functions

boolean check_hmm_options (HTK_HMM_INFO *hmm)
boolean check_param_coherence (HTK_HMM_INFO *hmm, HTK_Param *pinfo)
boolean check_param_basetype (HTK_HMM_INFO *hmm, HTK_Param *pinfo)


Detailed Description

Check the parameter types between HMM and input.

Author:
Akinobu LEE
Date:
Tue Feb 15 19:11:50 2005
Revision
1.1.1.1

Definition in file check_hmmtype.c.


Function Documentation

boolean check_hmm_options HTK_HMM_INFO hmm  ) 
 

Check if the required parameter type in this HMM can be handled by Julius.

Parameters:
hmm [in] HMM definition data
Returns:
TRUE if Julius supports it, otherwise return FALSE.

Definition at line 37 of file check_hmmtype.c.

Referenced by rdhmmdef().

boolean check_param_coherence HTK_HMM_INFO hmm,
HTK_Param pinfo
 

Check if an input parameter type exactly matches that of HMM.

Parameters:
hmm [in] HMM definition data
pinfo [in] input parameter
Returns:
TRUE if matches, FALSE if differs.

Definition at line 66 of file check_hmmtype.c.

Referenced by new_param_check_and_adjust(), and RealTimePipeLinePrepare().

boolean check_param_basetype HTK_HMM_INFO hmm,
HTK_Param pinfo
 

Check if the base type of input parameter matches that of HMM.

Parameters:
hmm [in] HMM definition data
pinfo [in] input parameter
Returns:
TRUE if matches, FALSE if differs.

Definition at line 104 of file check_hmmtype.c.

Referenced by new_param_check_and_adjust().


Generated on Tue Mar 28 16:03:06 2006 for Julius by  doxygen 1.4.2