translationanalysis.h.svn-base

来自「moses开源的机器翻译系统」· SVN-BASE 代码 · 共 26 行

SVN-BASE
26
字号
// $Id$/* * also see moses/SentenceStats */#ifndef _TRANSLATION_ANALYSIS_H_#define _TRANSLATION_ANALYSIS_H_#include <iostream>class Hypothesis;namespace TranslationAnalysis{/*** * print details about the translation represented in hypothesis to * os.  Included information: phrase alignment, words dropped, scores */void PrintTranslationAnalysis(std::ostream &os, const Hypothesis* hypo);}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?