ZGen
0.2.0
a linearization system for natural language.
|
#include <option.h>
Public Types | |
enum | { NONE, PARTIAL, FULL, FULL_WITH_GUIDANCE_FEATURE, FULL_WITH_TOPDOWN_FEATURE, FULL_WITH_TOPDOWN_CONSTRAIN } |
Public Attributes | |
int | input_type |
The input type. More... | |
std::string | model_path |
Path to the model. More... | |
std::string | input_path |
The input path. More... | |
std::string | output_path |
The output path. More... | |
std::string | reference_path |
The reference path. More... | |
std::string | postag_dict_path |
AUX: the postag dict path, only actived at NONE mode. More... | |
int | display_interval |
int | beam_size |
The size of beam. More... | |
bool | learn |
Specify whether perform learning. More... | |
bool | output_label |
Specify whether output labels. More... | |
bool | shuffle_instance |
bool | verbose |
Specify verbose logging. More... | |
anonymous enum |
int ZGen::ShiftReduce::Option::beam_size |
The size of beam.
int ZGen::ShiftReduce::Option::display_interval |
std::string ZGen::ShiftReduce::Option::input_path |
The input path.
int ZGen::ShiftReduce::Option::input_type |
The input type.
bool ZGen::ShiftReduce::Option::learn |
Specify whether perform learning.
std::string ZGen::ShiftReduce::Option::model_path |
Path to the model.
bool ZGen::ShiftReduce::Option::output_label |
Specify whether output labels.
std::string ZGen::ShiftReduce::Option::output_path |
The output path.
std::string ZGen::ShiftReduce::Option::postag_dict_path |
AUX: the postag dict path, only actived at NONE mode.
std::string ZGen::ShiftReduce::Option::reference_path |
The reference path.
bool ZGen::ShiftReduce::Option::shuffle_instance |
bool ZGen::ShiftReduce::Option::verbose |
Specify verbose logging.