#include "conversion.h"#include "choicearr.h"#include "choices.h"#include "ratngs.h"#include "unicharset.h"#include "callcpp.h"#include "dict.h"#include "stopper.h"Namespaces | |
| namespace | tesseract |
Functions | |
| void | convert_to_word_choice (const A_CHOICE *a_choice, const UNICHARSET ¤t_unicharset, WERD_CHOICE *word_choice) |
| WERD_CHOICE * | get_best_delete_other (const UNICHARSET ¤t_unicharset, WERD_CHOICE *choice, A_CHOICE *a_choice) |
| CHOICES_LIST | convert_to_choices_list (const BLOB_CHOICE_LIST_VECTOR &char_choices, const UNICHARSET ¤t_unicharset) |
| CHOICES_LIST convert_to_choices_list | ( | const BLOB_CHOICE_LIST_VECTOR & | char_choices, | |
| const UNICHARSET & | current_unicharset | |||
| ) |
| void convert_to_word_choice | ( | const A_CHOICE * | a_choice, | |
| const UNICHARSET & | current_unicharset, | |||
| WERD_CHOICE * | word_choice | |||
| ) |
| WERD_CHOICE* get_best_delete_other | ( | const UNICHARSET & | current_unicharset, | |
| WERD_CHOICE * | choice, | |||
| A_CHOICE * | a_choice | |||
| ) |
1.6.3