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

HMM 定義がコンテキスト依存モデルかどうかを推定する [詳細]

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

ソースコードを見る。

関数

boolean guess_if_cd_hmm (HTK_HMM_INFO *hmminfo)
 Guess whether the given HMM definition contains context-dependent modeling, just by the naming rule.

説明

HMM 定義がコンテキスト依存モデルかどうかを推定する

HMMの名前付けルールから判定が行われます.

作者:
Akinobu LEE
日付:
Tue Feb 15 22:30:37 2005
Revision:
1.3

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
戻り値:
TRUE if the result is context-dependent model, FALSE if context-dependent model.

guess_cdHMM.c42 行で定義されています。

参照元 init_hmminfo().