|
tesseract
5.0.0
|
Bundle together all the things pertaining to the best choice/state. More...
#include <lm_state.h>
Public Member Functions | |
| BestChoiceBundle (int matrix_dimension) | |
| ~BestChoiceBundle () | |
Public Attributes | |
| bool | updated |
| Flag to indicate whether anything was changed. More... | |
| DANGERR | fixpt |
| Places to try to fix the word suggested by ambiguity checking. More... | |
| std::vector< LanguageModelState * > | beam |
| ViterbiStateEntry * | best_vse |
| Best ViterbiStateEntry and BLOB_CHOICE. More... | |
Bundle together all the things pertaining to the best choice/state.
Definition at line 226 of file lm_state.h.
|
inlineexplicit |
Definition at line 227 of file lm_state.h.
|
inline |
Definition at line 233 of file lm_state.h.
| std::vector<LanguageModelState *> tesseract::BestChoiceBundle::beam |
The beam. One LanguageModelState containing a list of ViterbiStateEntry per row in the ratings matrix containing all VSEs whose BLOB_CHOICE is somewhere in the corresponding row.
Definition at line 246 of file lm_state.h.
| ViterbiStateEntry* tesseract::BestChoiceBundle::best_vse |
Best ViterbiStateEntry and BLOB_CHOICE.
Definition at line 248 of file lm_state.h.
| DANGERR tesseract::BestChoiceBundle::fixpt |
Places to try to fix the word suggested by ambiguity checking.
Definition at line 242 of file lm_state.h.
| bool tesseract::BestChoiceBundle::updated |
Flag to indicate whether anything was changed.
Definition at line 240 of file lm_state.h.