|
tesseract
3.04.00
|
#include <lm_state.h>
Public Member Functions | |
| ViterbiStateEntry (ViterbiStateEntry *pe, BLOB_CHOICE *b, float c, float ol, const LMConsistencyInfo &ci, const AssociateStats &as, LanguageModelFlagsType tcf, LanguageModelDawgInfo *d, LanguageModelNgramInfo *n, const char *debug_uch) | |
| ~ViterbiStateEntry () | |
| bool | Consistent () const |
| bool | HasAlnumChoice (const UNICHARSET &unicharset) |
| void | Print (const char *msg) const |
Public Member Functions inherited from ELIST_LINK | |
| ELIST_LINK () | |
| ELIST_LINK (const ELIST_LINK &) | |
| void | operator= (const ELIST_LINK &) |
Static Public Member Functions | |
| static int | Compare (const void *e1, const void *e2) |
Public Attributes | |
| float | cost |
| BLOB_CHOICE * | curr_b |
| ViterbiStateEntry * | parent_vse |
| ViterbiStateEntry * | competing_vse |
| float | ratings_sum |
| float | min_certainty |
| int | adapted |
| int | length |
| float | outline_length |
| LMConsistencyInfo | consistency_info |
| AssociateStats | associate_stats |
| LanguageModelFlagsType | top_choice_flags |
| LanguageModelDawgInfo * | dawg_info |
| LanguageModelNgramInfo * | ngram_info |
| bool | updated |
| STRING * | debug_str |
Definition at line 92 of file lm_state.h.
|
inline |
Definition at line 93 of file lm_state.h.
|
inline |
Definition at line 120 of file lm_state.h.
|
inlinestatic |
Definition at line 127 of file lm_state.h.
|
inline |
Definition at line 134 of file lm_state.h.
|
inline |
Definition at line 142 of file lm_state.h.
| void tesseract::ViterbiStateEntry::Print | ( | const char * | msg | ) | const |
Definition at line 27 of file lm_state.cpp.
| int tesseract::ViterbiStateEntry::adapted |
Definition at line 167 of file lm_state.h.
| AssociateStats tesseract::ViterbiStateEntry::associate_stats |
Definition at line 171 of file lm_state.h.
| ViterbiStateEntry* tesseract::ViterbiStateEntry::competing_vse |
Definition at line 161 of file lm_state.h.
| LMConsistencyInfo tesseract::ViterbiStateEntry::consistency_info |
Definition at line 170 of file lm_state.h.
| float tesseract::ViterbiStateEntry::cost |
Definition at line 154 of file lm_state.h.
| BLOB_CHOICE* tesseract::ViterbiStateEntry::curr_b |
Definition at line 157 of file lm_state.h.
| LanguageModelDawgInfo* tesseract::ViterbiStateEntry::dawg_info |
Definition at line 179 of file lm_state.h.
| STRING* tesseract::ViterbiStateEntry::debug_str |
Definition at line 188 of file lm_state.h.
| int tesseract::ViterbiStateEntry::length |
Definition at line 168 of file lm_state.h.
| float tesseract::ViterbiStateEntry::min_certainty |
Definition at line 166 of file lm_state.h.
| LanguageModelNgramInfo* tesseract::ViterbiStateEntry::ngram_info |
Definition at line 183 of file lm_state.h.
| float tesseract::ViterbiStateEntry::outline_length |
Definition at line 169 of file lm_state.h.
| ViterbiStateEntry* tesseract::ViterbiStateEntry::parent_vse |
Definition at line 158 of file lm_state.h.
| float tesseract::ViterbiStateEntry::ratings_sum |
Definition at line 165 of file lm_state.h.
| LanguageModelFlagsType tesseract::ViterbiStateEntry::top_choice_flags |
Definition at line 175 of file lm_state.h.
| bool tesseract::ViterbiStateEntry::updated |
Definition at line 185 of file lm_state.h.