ZGen
0.2.0
a linearization system for natural language.
|
#include <iostream>
#include <boost/log/trivial.hpp>
#include "utils/logging.h"
#include "bestfirst/frontend/opt.h"
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. |