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

#include <option.h>

Public Types

enum  { NONE, PARTIAL, FULL }
 

Public Attributes

int input_type
 
std::string model_path
 the path to the model. More...
 
std::string postag_dict_path
 the path to the postag dict. More...
 
std::string reference_path
 the path to the reference input. More...
 
std::string input_path
 the path to the input file. More...
 
std::string output_path
 the path to the output file. More...
 
double timeout
 the timeout threshold for timeout strategy. More...
 
int nbest
 the nbest number. More...
 
int display_interval
 The display interval. More...
 
bool greedy
 
bool learn
 

Member Enumeration Documentation

anonymous enum
Enumerator
NONE 
PARTIAL 
FULL 

Member Data Documentation

int ZGen::BestFirst::Option::display_interval

The display interval.

bool ZGen::BestFirst::Option::greedy
std::string ZGen::BestFirst::Option::input_path

the path to the input file.

int ZGen::BestFirst::Option::input_type
bool ZGen::BestFirst::Option::learn
std::string ZGen::BestFirst::Option::model_path

the path to the model.

int ZGen::BestFirst::Option::nbest

the nbest number.

std::string ZGen::BestFirst::Option::output_path

the path to the output file.

std::string ZGen::BestFirst::Option::postag_dict_path

the path to the postag dict.

std::string ZGen::BestFirst::Option::reference_path

the path to the reference input.

double ZGen::BestFirst::Option::timeout

the timeout threshold for timeout strategy.


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