libsent/src/hmminfo/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>

Go to the source code of this file.

Functions

boolean check_hmm_options (HTK_HMM_INFO *hmm)
 Check if the required parameter type in this HMM can be handled by Julius.
boolean check_param_coherence (HTK_HMM_INFO *hmm, HTK_Param *pinfo)
 Check if an input parameter type exactly matches that of HMM.
boolean check_param_basetype (HTK_HMM_INFO *hmm, HTK_Param *pinfo)
 Check if the base type of input parameter matches that of HMM.


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 38 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 67 of file check_hmmtype.c.

Referenced by 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 105 of file check_hmmtype.c.

Referenced by param_check_and_adjust().


Generated on Tue Dec 18 16:01:38 2007 for Julius by  doxygen 1.5.4