tesseract  3.04.00
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tesseract::LanguageModelNgramInfo Struct Reference

#include <lm_state.h>

Public Member Functions

 LanguageModelNgramInfo (const char *c, int l, bool p, float nc, float ncc)
 

Public Attributes

STRING context
 
int context_unichar_step_len
 
bool pruned
 
float ngram_cost
 
float ngram_and_classifier_cost
 

Detailed Description

Definition at line 71 of file lm_state.h.

Constructor & Destructor Documentation

tesseract::LanguageModelNgramInfo::LanguageModelNgramInfo ( const char *  c,
int  l,
bool  p,
float  nc,
float  ncc 
)
inline

Member Data Documentation

STRING tesseract::LanguageModelNgramInfo::context

Definition at line 75 of file lm_state.h.

int tesseract::LanguageModelNgramInfo::context_unichar_step_len

Definition at line 78 of file lm_state.h.

float tesseract::LanguageModelNgramInfo::ngram_and_classifier_cost

Definition at line 87 of file lm_state.h.

float tesseract::LanguageModelNgramInfo::ngram_cost

Definition at line 85 of file lm_state.h.

bool tesseract::LanguageModelNgramInfo::pruned

Definition at line 83 of file lm_state.h.


The documentation for this struct was generated from the following file: