tesseract
3.05.02
|
#include "associate.h"
#include "elst.h"
#include "dawg.h"
#include "lm_consistency.h"
#include "matrix.h"
#include "ratngs.h"
#include "stopper.h"
#include "strngs.h"
Go to the source code of this file.
Classes | |
struct | tesseract::LanguageModelDawgInfo |
struct | tesseract::LanguageModelNgramInfo |
struct | tesseract::ViterbiStateEntry |
struct | tesseract::LanguageModelState |
Struct to store information maintained by various language model components. More... | |
struct | tesseract::BestChoiceBundle |
Bundle together all the things pertaining to the best choice/state. More... | |
Namespaces | |
tesseract | |
Typedefs | |
typedef unsigned char | tesseract::LanguageModelFlagsType |
Used for expressing various language model flags. More... | |
Functions | |
tesseract::ELISTIZEH (ViterbiStateEntry) | |