|
tesseract
3.04.00
|
#include <lm_state.h>
Public Member Functions | |
| LanguageModelNgramInfo (const char *c, int l, bool p, float nc, float ncc) | |
Public Attributes | |
| STRING | context |
| int | context_unichar_step_len |
| bool | pruned |
| float | ngram_cost |
| float | ngram_and_classifier_cost |
Definition at line 71 of file lm_state.h.
|
inline |
Definition at line 72 of file lm_state.h.
| STRING tesseract::LanguageModelNgramInfo::context |
Definition at line 75 of file lm_state.h.
| int tesseract::LanguageModelNgramInfo::context_unichar_step_len |
Definition at line 78 of file lm_state.h.
| float tesseract::LanguageModelNgramInfo::ngram_and_classifier_cost |
Definition at line 87 of file lm_state.h.
| float tesseract::LanguageModelNgramInfo::ngram_cost |
Definition at line 85 of file lm_state.h.
| bool tesseract::LanguageModelNgramInfo::pruned |
Definition at line 83 of file lm_state.h.