#include <lang_model.h>
List of all members.
Detailed Description
Definition at line 34 of file lang_model.h.
Constructor & Destructor Documentation
tesseract::LangModel::LangModel |
( |
| ) |
|
|
inline |
virtual tesseract::LangModel::~LangModel |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual bool tesseract::LangModel::IsDigit |
( |
char_32 |
ch | ) |
|
|
pure virtual |
virtual bool tesseract::LangModel::IsLeadingPunc |
( |
char_32 |
ch | ) |
|
|
pure virtual |
virtual bool tesseract::LangModel::IsTrailingPunc |
( |
char_32 |
ch | ) |
|
|
pure virtual |
virtual bool tesseract::LangModel::IsValidSequence |
( |
const char_32 * |
str, |
|
|
bool |
eow_flag, |
|
|
LangModEdge ** |
edge_array = NULL |
|
) |
| |
|
pure virtual |
bool tesseract::LangModel::Numeric |
( |
| ) |
|
|
inline |
bool tesseract::LangModel::OOD |
( |
| ) |
|
|
inline |
bool tesseract::LangModel::Punc |
( |
| ) |
|
|
inline |
void tesseract::LangModel::SetNumeric |
( |
bool |
numeric | ) |
|
|
inline |
void tesseract::LangModel::SetOOD |
( |
bool |
ood | ) |
|
|
inline |
void tesseract::LangModel::SetPunc |
( |
bool |
punc_enabled | ) |
|
|
inline |
void tesseract::LangModel::SetWordList |
( |
bool |
word_list | ) |
|
|
inline |
bool tesseract::LangModel::WordList |
( |
| ) |
|
|
inline |
Member Data Documentation
bool tesseract::LangModel::numeric_enabled_ |
|
protected |
bool tesseract::LangModel::ood_enabled_ |
|
protected |
bool tesseract::LangModel::punc_enabled_ |
|
protected |
bool tesseract::LangModel::word_list_enabled_ |
|
protected |
The documentation for this class was generated from the following file: