Julius 4.2
関数
libsent/src/hmminfo/check_hmmtype.c

HMM と特徴ファイルのパラメータ型野整合性をチェックする [詳細]

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

ソースコードを見る。

関数

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.

説明

HMM と特徴ファイルのパラメータ型野整合性をチェックする

作者:
Akinobu LEE
日付:
Tue Feb 15 19:11:50 2005
Revision:
1.4

check_hmmtype.c で定義されています。


関数

boolean check_hmm_options ( HTK_HMM_INFO hmm)

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

引数:
hmm[in] HMM definition data
戻り値:
TRUE if Julius supports it, otherwise return FALSE.

check_hmmtype.c38 行で定義されています。

参照元 rdhmmdef().

boolean check_param_coherence ( HTK_HMM_INFO hmm,
HTK_Param pinfo 
)

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

引数:
hmm[in] HMM definition data
pinfo[in] input parameter
戻り値:
TRUE if matches, FALSE if differs.

check_hmmtype.c71 行で定義されています。

参照元 param_check_and_adjust(), と RealTimePipeLinePrepare().

boolean check_param_basetype ( HTK_HMM_INFO hmm,
HTK_Param pinfo 
)

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

引数:
hmm[in] HMM definition data
pinfo[in] input parameter
戻り値:
TRUE if matches, FALSE if differs.

check_hmmtype.c109 行で定義されています。

参照元 param_check_and_adjust().