#include <sstream>#include "CorrectionPattern.h"#include "moses/Phrase.h"#include "moses/TargetPhrase.h"#include "moses/InputPath.h"#include "moses/Hypothesis.h"#include "moses/ChartHypothesis.h"#include "moses/ScoreComponentCollection.h"#include "moses/TranslationOption.h"#include "util/string_piece_hash.hh"#include "util/exception.hh"#include <functional>#include <algorithm>#include <boost/foreach.hpp>#include <boost/algorithm/string.hpp>#include "Diffs.h"Go to the source code of this file.
Namespaces | |
| namespace | Moses |
| $Id$ | |
Functions | |
| std::string | Moses::MakePair (const std::string &s1, const std::string &s2, bool general) |
| std::vector< std::string > | Moses::GetContext (size_t pos, size_t len, size_t window, const InputType &input, const InputPath &inputPath, const std::vector< FactorType > &factorTypes, bool isRight) |
1.5.9