#include "choices.h"
#include "ratngs.h"
Go to the source code of this file.
Classes | |
class | tesseract::Context |
Namespaces | |
namespace | tesseract |
Typedefs | |
typedef double(* | PROBABILITY_IN_CONTEXT_FUNCTION )(const char *context, int context_bytes, const char *character, int character_bytes) |
Functions | |
void | close_choices () |
void | write_choice_line () |
double | def_probability_in_context (const char *context, int context_bytes, const char *character, int character_bytes) |
Variables | |
PROBABILITY_IN_CONTEXT_FUNCTION | probability_in_context |
typedef double(* PROBABILITY_IN_CONTEXT_FUNCTION)(const char *context, int context_bytes, const char *character, int character_bytes) |
void close_choices | ( | ) |
double def_probability_in_context | ( | const char * | context, | |
int | context_bytes, | |||
const char * | character, | |||
int | character_bytes | |||
) |
void write_choice_line | ( | ) |