#include <cmath>#include <cstddef>#include <cstdlib>#include <ctime>#include <iostream>#include <string>#include <vector>#include <utility>#include <boost/program_options.hpp>#include "BleuScorer.h"#include "FeatureDataIterator.h"#include "ScoreDataIterator.h"#include "Util.h"#include "util/random.hh"Go to the source code of this file.
Classes | |
| class | MosesTuning::SampledPair |
Namespaces | |
| namespace | MosesTuning |
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 107 of file pro.cpp.
References end, NTH_ELEMENT3, util::rand_excl(), util::rand_init(), MosesTuning::smoothedSentenceBleu(), and store().

1.5.9