SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprCwrLMCacheTbl Struct Reference
+ Collaboration diagram for SprCwrLMCacheTbl:

Data Fields

SprCwrLMCacheElXarray
 the cache array More...
 
unsigned int size
 size of the cache array More...
 
unsigned int req_cnt
 number of requests to the cache More...
 
unsigned int fail_cnt
 number of times the requested data was not in the cache More...
 
unsigned int access
 avoid reseting the cache when no access was done More...
 
float lm_A
 LM scaling factor. More...
 
const int *const * word_sets
 direct access to the word_sets member of the 'lex' structure More...
 
const SprCwrSLexslex
 pointer to the lexicon More...
 
const float * uni_prob
 static LM-probs to return when there is no cache More...
 
const int *const * fwd_icomb_inst
 instructions for a specific word set More...
 

Field Documentation

SprCwrLMCacheElX* SprCwrLMCacheTbl::array

the cache array

unsigned int SprCwrLMCacheTbl::size

size of the cache array

unsigned int SprCwrLMCacheTbl::req_cnt

number of requests to the cache

unsigned int SprCwrLMCacheTbl::fail_cnt

number of times the requested data was not in the cache

unsigned int SprCwrLMCacheTbl::access

avoid reseting the cache when no access was done

float SprCwrLMCacheTbl::lm_A

LM scaling factor.

const int* const* SprCwrLMCacheTbl::word_sets

direct access to the word_sets member of the 'lex' structure

const SprCwrSLex* SprCwrLMCacheTbl::slex

pointer to the lexicon

const float* SprCwrLMCacheTbl::uni_prob

static LM-probs to return when there is no cache

const int* const* SprCwrLMCacheTbl::fwd_icomb_inst

instructions for a specific word set