Home
last modified time | relevance | path

Searched refs:new_make_word_hmm (Results 1 – 5 of 5) sorted by relevance

/dports/audio/julius/julius-4.1.2/libsent/include/sent/
H A Dhmm.h102 HMM *new_make_word_hmm(HTK_HMM_INFO *, HMM_Logical **, int, boolean *);
/dports/audio/julius/julius-4.1.2/libsent/src/phmm/
H A Dmkwhmm.c356 new_make_word_hmm(HTK_HMM_INFO *hmminfo, HMM_Logical **hdseq, int hdseqlen, boolean *has_sp) in new_make_word_hmm() function
/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Dsearch_bestfirst_v1.c730 …whmm = new_make_word_hmm(hmminfo, dwrk->phmmseq, phmmlen, (enable_iwsp && hmminfo->multipath) ? dw… in scan_word()
791 …whmm = new_make_word_hmm(hmminfo, winfo->wseq[word], winfo->wlen[word], (enable_iwsp && hmminfo->m… in scan_word()
835 …whmm = new_make_word_hmm(hmminfo, winfo->wseq[word], winfo->wlen[word], (enable_iwsp && hmminfo->m… in scan_word()
H A Dword_align.c271 shmm = new_make_word_hmm(hmminfo, phones, phonenum, has_sp); in do_align()
H A Dsearch_bestfirst_v2.c532 whmm = new_make_word_hmm(hmminfo, phmmseq, phmmlen, has_sp); in do_viterbi()