#include <cmath>#include <string>#include <vector>#include <set>#include <map>#include <queue>#include <iostream>#include <fstream>#include <iterator>#include <algorithm>#include <limits>#include <sstream>#include <boost/algorithm/string.hpp>Go to the source code of this file.
Classes | |
| struct | MosesTuning::M2::Annot |
| struct | MosesTuning::M2::Unit |
| struct | MosesTuning::M2::Edit |
| struct | MosesTuning::M2::Vertex |
| struct | MosesTuning::M2::Edge |
| struct | MosesTuning::M2::Info |
| class | MosesTuning::M2::M2 |
Namespaces | |
| namespace | MosesTuning |
| namespace | MosesTuning::M2 |
Typedefs | |
| typedef std::vector< float > | MosesTuning::M2::Stats |
| typedef std::vector< std::string > | MosesTuning::M2::Sentence |
| typedef std::set< Annot > | MosesTuning::M2::Annots |
| typedef std::set< size_t > | MosesTuning::M2::Users |
| typedef std::vector< Unit > | MosesTuning::M2::M2File |
| typedef std::vector< size_t > | MosesTuning::M2::Row |
| typedef std::vector< Row > | MosesTuning::M2::Matrix |
| typedef std::set< Info > | MosesTuning::M2::Track |
| typedef std::vector< Track > | MosesTuning::M2::TrackRow |
| typedef std::vector< TrackRow > | MosesTuning::M2::TrackMatrix |
| typedef std::set< Vertex > | MosesTuning::M2::Vertices |
| typedef std::set< Edge > | MosesTuning::M2::Edges |
Functions | |
| std::ostream & | MosesTuning::M2::operator<< (std::ostream &o, Sentence s) |
| const std::string | MosesTuning::M2::ToLower (const std::string &str) |
| Edit | MosesTuning::M2::operator+ (Edit &e1, Edit &e2) |
| Edge | MosesTuning::M2::operator+ (Edge e1, Edge e2) |
1.5.9