SPRAAK
|
Data Fields | |
SprCwrLMCacheElX * | array |
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 SprCwrSLex * | slex |
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... | |
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