1 #ifndef __ZGEN_BEST_FIRST_OPTION_H__
2 #define __ZGEN_BEST_FIRST_OPTION_H__
51 #endif // end for __ZGEN_BEST_FIRST_OPTION_H__
std::string output_path
the path to the output file.
Definition: option.h:29
int input_type
Definition: option.h:14
bool learn
Definition: option.h:42
std::string input_path
the path to the input file.
Definition: option.h:26
double timeout
the timeout threshold for timeout strategy.
Definition: option.h:32
std::string model_path
the path to the model.
Definition: option.h:17
std::string postag_dict_path
the path to the postag dict.
Definition: option.h:20
Option option_t
Definition: option.h:45
int display_interval
The display interval.
Definition: option.h:38
std::string reference_path
the path to the reference input.
Definition: option.h:23
bool greedy
Definition: option.h:40
int nbest
the nbest number.
Definition: option.h:35