tesseract  3.03
tesseract::LanguageModelNgramInfo Struct Reference

#include <lm_state.h>

List of all members.

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]

Definition at line 72 of file lm_state.h.


Member Data Documentation

Definition at line 85 of file lm_state.h.

Definition at line 83 of file lm_state.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines