24 #include "cheetah/generators/Tempo2PhaseModelConfig.h" 29 namespace generators {
31 Tempo2PhaseModelConfig::Tempo2PhaseModelConfig()
32 : utils::Config(
"tempo2_phase_model")
36 Tempo2PhaseModelConfig::~Tempo2PhaseModelConfig()
42 _filename = config._filename;
46 void Tempo2PhaseModelConfig::add_options(OptionsDescriptionEasyInit& add_options)
49 (
"filename", boost::program_options::value<boost::filesystem::path>(&_filename),
"tempo2 file containing the model parameters")
Tempo2PhaseModelConfig & operator=(Tempo2PhaseModelConfig const &)
copy the config info
configuration parameters for a tempo2 predictor model
Some limits and constants for FLDO.
boost::filesystem::path const & filename() const
return the tempo2 file containing the model parameters