|
ZGen
0.2.0
a linearization system for natural language.
|
#include "shiftreduce/types/action.h"#include "shiftreduce/types/state.h"#include <boost/unordered_map.hpp>Go to the source code of this file.
Namespaces | |
| ZGen | |
| ZGen::ShiftReduce | |
Typedefs | |
| typedef std::vector< action_t > | ZGen::ShiftReduce::action_collection_t |
| typedef std::vector< action_t > | ZGen::ShiftReduce::action_sequence_t |
| a list of actions; More... | |
| typedef boost::unordered_map < action_t, floatval_t > | ZGen::ShiftReduce::packed_score_t |
| also a list of actions; More... | |
| typedef boost::tuples::tuple < const StateItem *, action_t, floatval_t > | ZGen::ShiftReduce::scored_transition_t |
1.8.6