ZGen
0.2.0
a linearization system for natural language.
|
Used to maintain the memory cache used by the decoder. More...
#include <decode_context.h>
Public Member Functions | |
DecodeContext () | |
~DecodeContext () | |
Public Attributes | |
StateItem * | lattice |
StateItem * | lattice_index [kMaxSteps] |
The lattice for decoding. More... | |
Used to maintain the memory cache used by the decoder.
ZGen::ShiftReduce::DecodeContext::DecodeContext | ( | ) |
ZGen::ShiftReduce::DecodeContext::~DecodeContext | ( | ) |
StateItem* ZGen::ShiftReduce::DecodeContext::lattice |