ZGen
0.2.0
a linearization system for natural language.
|
Go to the source code of this file.
Functions | |
bool | parse_options (bool learn, const boost::program_options::variables_map &vm, ZGen::BestFirst::Option &opts) |
bool parse_options | ( | bool | learn, |
const boost::program_options::variables_map & | vm, | ||
ZGen::BestFirst::Option & | opts | ||
) |
Convert the options in variable maps into an option types.
[in] | learn | If the learning mode is activated. |
[in] | vm | The variables map. |
[out] | opts | The options. |