|
Tesseract
3.02
|
#include <dict.h>
Public Member Functions | |
| DawgArgs (DawgInfoVector *d, DawgInfoVector *c, DawgInfoVector *ud, DawgInfoVector *uc, float r, PermuterType p, int len, int e) | |
Public Attributes | |
| DawgInfoVector * | active_dawgs |
| DawgInfoVector * | constraints |
| DawgInfoVector * | updated_active_dawgs |
| DawgInfoVector * | updated_constraints |
| PermuterType | permuter |
| int | sought_word_length |
| float | rating_margin |
| float | rating_array [MAX_WERD_LENGTH] |
| int | end_char_choice_index |
|
inline |
Definition at line 66 of file dict.h.
| DawgInfoVector* tesseract::DawgArgs::active_dawgs |
| DawgInfoVector* tesseract::DawgArgs::constraints |
| float tesseract::DawgArgs::rating_array[MAX_WERD_LENGTH] |
| DawgInfoVector* tesseract::DawgArgs::updated_active_dawgs |
| DawgInfoVector* tesseract::DawgArgs::updated_constraints |