Public Attributes | List of all members
backoff_t Struct Reference

#include <srch_flat_fwd_internal.h>

Public Attributes

s3latid_t latid
 
int32 score
 
s3cipid_t lc
 

Detailed Description

Backoff node when backing off all the way to unigrams. Since each word exits with #ciphones different scores (for so many different right contexts), a separate node exists for each context.

Member Data Documentation

s3latid_t backoff_t::latid

History entry

Referenced by word_enter(), and word_trans().

s3cipid_t backoff_t::lc

Last ciphone of history entry, to be used as left context upon entering a new word.

Referenced by word_enter(), and word_trans().

int32 backoff_t::score

Acoustic + backed off LM score

Referenced by word_enter(), and word_trans().


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