// -*- mode: c++; indent-tabs-mode: nil; tab-width: 2 -*- | |
namespace Moses2 | |
{ | |
class Parameter; | |
struct BookkeepingOptions : public OptionsBaseClass { | |
bool need_alignment_info; | |
bool init(Parameter const& param); | |
BookkeepingOptions(); | |
}; | |
} | |
// -*- mode: c++; indent-tabs-mode: nil; tab-width: 2 -*- | |
namespace Moses2 | |
{ | |
class Parameter; | |
struct BookkeepingOptions : public OptionsBaseClass { | |
bool need_alignment_info; | |
bool init(Parameter const& param); | |
BookkeepingOptions(); | |
}; | |
} | |