00001 // $Id$ 00002 00003 /* 00004 * also see moses/SentenceStats 00005 */ 00006 00007 #ifndef moses_cmd_TranslationAnalysis_h 00008 #define moses_cmd_TranslationAnalysis_h 00009 00010 #include <iostream> 00011 #include "Hypothesis.h" 00012 #include "TranslationSystem.h" 00013 00014 namespace TranslationAnalysis 00015 { 00016 00017 /*** 00018 * print details about the translation represented in hypothesis to 00019 * os. Included information: phrase alignment, words dropped, scores 00020 */ 00021 void PrintTranslationAnalysis(const Moses::TranslationSystem* system, std::ostream &os, const Moses::Hypothesis* hypo); 00022 00023 } 00024 00025 #endif
1.5.9