#include "ConstrainedDecoding.h"#include "moses/Hypothesis.h"#include "moses/Manager.h"#include "moses/ChartHypothesis.h"#include "moses/ChartManager.h"#include "moses/StaticData.h"#include "moses/InputFileStream.h"#include "moses/Util.h"#include "util/exception.hh"Go to the source code of this file.
Namespaces | |
| namespace | Moses |
| $Id$ | |
Functions | |
| template<class H , class M > | |
| const std::vector< Phrase > * | Moses::GetConstraint (const std::map< long, std::vector< Phrase > > &constraints, const H &hypo) |
1.5.9