|
tesseract
3.04.00
|
#include <lm_state.h>
Public Member Functions | |
| LanguageModelState () | |
| ~LanguageModelState () | |
| void | Clear () |
| void | Print (const char *msg) |
Public Attributes | |
| ViterbiStateEntry_LIST | viterbi_state_entries |
| int | viterbi_state_entries_prunable_length |
| float | viterbi_state_entries_prunable_max_cost |
| int | viterbi_state_entries_length |
Definition at line 194 of file lm_state.h.
|
inline |
Definition at line 195 of file lm_state.h.
|
inline |
Definition at line 199 of file lm_state.h.
| void tesseract::LanguageModelState::Clear | ( | ) |
Definition at line 63 of file lm_state.cpp.
| void tesseract::LanguageModelState::Print | ( | const char * | msg | ) |
Definition at line 70 of file lm_state.cpp.
| ViterbiStateEntry_LIST tesseract::LanguageModelState::viterbi_state_entries |
Definition at line 207 of file lm_state.h.
| int tesseract::LanguageModelState::viterbi_state_entries_length |
Definition at line 212 of file lm_state.h.
| int tesseract::LanguageModelState::viterbi_state_entries_prunable_length |
Definition at line 209 of file lm_state.h.
| float tesseract::LanguageModelState::viterbi_state_entries_prunable_max_cost |
Definition at line 210 of file lm_state.h.