Word HMM instance: the basic structure searched during recognition. More...
#include <whmm.h>
Word HMM instance: the basic structure searched during recognition.
whmm[w] = head of list of all active HMM for word w: Will only contain active HMM in current frame. List ordered by pronunciation position within word. If last phone is active, right context instances ordered as in rcpid or lrcpid
See hmm.h and hmm.c for more information about how HMM evaluation works.