#include "BleuScorer.h"#include <algorithm>#include <cassert>#include <cmath>#include <climits>#include <fstream>#include <iostream>#include <stdexcept>#include "util/exception.hh"#include "Ngram.h"#include "Reference.h"#include "Util.h"#include "ScoreDataIterator.h"#include "FeatureDataIterator.h"#include "Vocabulary.h"Go to the source code of this file.
Namespaces | |
| namespace | MosesTuning |
Functions | |
| float | MosesTuning::smoothedSentenceBleu (const std::vector< float > &stats, float smoothing, bool smoothBP) |
| float | MosesTuning::sentenceLevelBackgroundBleu (const std::vector< float > &sent, const std::vector< float > &bg) |
1.5.9