Tesseract 3.01
|
#include <word_unigrams.h>
Public Member Functions | |
WordUnigrams () | |
~WordUnigrams () | |
int | Cost (const char_32 *str32, LangModel *lang_mod, CharSet *char_set, UNICHARSET *unicharset) const |
Static Public Member Functions | |
static WordUnigrams * | Create (const string &data_file_path, const string &lang) |
Protected Member Functions | |
int | CostInternal (const char *str) const |
tesseract::WordUnigrams::WordUnigrams | ( | ) |
tesseract::WordUnigrams::~WordUnigrams | ( | ) |
int tesseract::WordUnigrams::Cost | ( | const char_32 * | str32, |
LangModel * | lang_mod, | ||
CharSet * | char_set, | ||
UNICHARSET * | unicharset | ||
) | const |
int tesseract::WordUnigrams::CostInternal | ( | const char * | str | ) | const [protected] |
WordUnigrams * tesseract::WordUnigrams::Create | ( | const string & | data_file_path, |
const string & | lang | ||
) | [static] |