ZGen  0.2.0
a linearization system for natural language.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opt.h
Go to the documentation of this file.
1 #ifndef __ZGEN_BESTFIRST_FRONTEND_OPT_H__
2 #define __ZGEN_BESTFIRST_FRONTEND_OPT_H__
3 
4 #include <boost/program_options.hpp>
5 #include "bestfirst/option.h"
6 
16 bool parse_options(bool learn,
17  const boost::program_options::variables_map& vm,
19 
20 #endif // end for __ZGEN_BESTFIRST_FRONTEND_OPT_H__
bool parse_options(bool learn, const boost::program_options::variables_map &vm, ZGen::BestFirst::Option &opts)
Definition: opt.cc:6
Definition: option.h:10