#include <stdio.h>
#include "boxword.h"
#include "genericvector.h"
#include "matrix.h"
#include "params_training_featdef.h"
#include "ratngs.h"
#include "strngs.h"
#include "tesscallback.h"
Go to the source code of this file.
|
| enum | IncorrectResultReason {
IRR_CORRECT,
IRR_CLASSIFIER,
IRR_CHOPPER,
IRR_CLASS_LM_TRADEOFF,
IRR_PAGE_LAYOUT,
IRR_SEGSEARCH_HEUR,
IRR_SEGSEARCH_PP,
IRR_CLASS_OLD_LM_TRADEOFF,
IRR_ADAPTION,
IRR_NO_TRUTH_SPLIT,
IRR_NO_TRUTH,
IRR_UNKNOWN,
IRR_NUM_REASONS
} |
| |
◆ IncorrectResultReason
| Enumerator |
|---|
| IRR_CORRECT | |
| IRR_CLASSIFIER | |
| IRR_CHOPPER | |
| IRR_CLASS_LM_TRADEOFF | |
| IRR_PAGE_LAYOUT | |
| IRR_SEGSEARCH_HEUR | |
| IRR_SEGSEARCH_PP | |
| IRR_CLASS_OLD_LM_TRADEOFF | |
| IRR_ADAPTION | |
| IRR_NO_TRUTH_SPLIT | |
| IRR_NO_TRUTH | |
| IRR_UNKNOWN | |
| IRR_NUM_REASONS | |
Definition at line 37 of file blamer.h.