#include <lmclass.h>
Public Attributes | |
| char * | word |
| int32 | dictwid |
| int32 | LOGprob |
| struct lmclass_word_s * | next |
| int32 lmclass_word_s::dictwid |
Dictionary word id; NOT filled in by this module, but by the application if desired
| int32 lmclass_word_s::LOGprob |
Conditional (LOG)probability of this word, given the class
| struct lmclass_word_s* lmclass_word_s::next |
For linking together words in this LM class, in no particular order.
| char* lmclass_word_s::word |
The word string
1.7.6.1