lexicaltree.h File Reference
Classes | |
struct | _control_block |
struct | _control_block_lmla |
struct | NBestList |
Used for N-Best/lattice calculations:. More... | |
struct | AnalysisSettings |
This type is used to keep track of analysis administration. More... | |
struct | LMLAGlobalListType |
This type is used to make a global cache table for Lanuage Model Look-Ahead (LMLA). More... | |
struct | LexicalNode |
A lexical node is a single node of the lexical tree or Pronounciation Prefix Tree (PPT). It contains token, AM and word information. More... | |
struct | LexicalNodeList |
The LexicalNodeList is needed for administration of all currently active nodes. More... | |
struct | SearchStatistics |
This structure keeps record of different kind of statistics during decoding. It may be switched on and off by the compiler switch SEARCH_STATISTICS_ON. More... | |
struct | FastCompressedTree |
class | LexicalTree |
This class contains all lexical tree functionality and also almost all decoder steps. More... | |
Typedefs | |
typedef struct _control_block | control_block_getfastp_t |
typedef struct _control_block_lmla | control_block_createlmla_t |
Typedef Documentation
typedef struct _control_block_lmla control_block_createlmla_t |
typedef struct _control_block control_block_getfastp_t |