#include <iostream>#include <sstream>#include <algorithm>#include "moses/StaticData.h"#include "moses/Hypothesis.h"#include "moses/ChartHypothesis.h"#include "TranslationAnalysis.h"#include "moses/FF/StatefulFeatureFunction.h"#include "moses/FF/StatelessFeatureFunction.h"#include "moses/LM/Base.h"#include "util/string_stream.hh"Go to the source code of this file.
Namespaces | |
| namespace | TranslationAnalysis | 
Functions | |
| void | TranslationAnalysis::PrintTranslationAnalysis (std::ostream &os, const Hypothesis *hypo) | 
| void | TranslationAnalysis::PrintTranslationAnalysis (std::ostream &os, const Moses::ChartHypothesis *hypo) | 
 1.5.9