ZGen  0.2.0
a linearization system for natural language.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
ZGen::ShiftReduce::DecodeContext Struct Reference

Used to maintain the memory cache used by the decoder. More...

#include <decode_context.h>

Public Member Functions

 DecodeContext ()
 
 ~DecodeContext ()
 

Public Attributes

StateItemlattice
 
StateItemlattice_index [kMaxSteps]
 The lattice for decoding. More...
 

Detailed Description

Used to maintain the memory cache used by the decoder.

Constructor & Destructor Documentation

ZGen::ShiftReduce::DecodeContext::DecodeContext ( )
ZGen::ShiftReduce::DecodeContext::~DecodeContext ( )

Member Data Documentation

StateItem* ZGen::ShiftReduce::DecodeContext::lattice
StateItem* ZGen::ShiftReduce::DecodeContext::lattice_index[kMaxSteps]

The lattice for decoding.


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