tesseract
3.05.02
|
#include <ambigs.h>
Public Member Functions | |
AmbigSpec () | |
~AmbigSpec () | |
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_ambig_specs (const void *spec1, const void *spec2) |
Public Attributes | |
UNICHAR_ID | wrong_ngram [MAX_AMBIG_SIZE+1] |
UNICHAR_ID | correct_fragments [MAX_AMBIG_SIZE+1] |
UNICHAR_ID | correct_ngram_id |
AmbigType | type |
int | wrong_ngram_size |
tesseract::AmbigSpec::AmbigSpec | ( | ) |
Definition at line 42 of file ambigs.cpp.
|
inlinestatic |
Definition at line 122 of file ambigs.h.
UNICHAR_ID tesseract::AmbigSpec::correct_fragments[MAX_AMBIG_SIZE+1] |
UNICHAR_ID tesseract::AmbigSpec::correct_ngram_id |
UNICHAR_ID tesseract::AmbigSpec::wrong_ngram[MAX_AMBIG_SIZE+1] |