#include <recog.h>
Data Fields | |
| LOGPROB(* | uniprob )(WORD_INFO *, WORD_ID, LOGPROB) |
| Pointer to function returning word occurence probability. | |
| LOGPROB(* | biprob )(WORD_INFO *, WORD_ID, WORD_ID, LOGPROB) |
| Pointer to function returning a word probability given a word context (corresponds to bi-gram). | |
| LOGPROB(* | lmprob )(WORD_INFO *, WORD_ID *, int, WORD_ID, LOGPROB) |
| Pointer to function returning LM probability. | |
Definition at line 248 of file recog.h.
1.5.1