📄 translationanalysis.h.svn-base
字号:
// $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -