#include "pcfg_score.h"#include <cassert>#include <cstdlib>#include <fstream>#include <iostream>#include <map>#include <memory>#include <set>#include <string>#include <vector>#include "options.h"#include "tree_scorer.h"#include <boost/program_options.hpp>#include "SyntaxTree.h"#include "syntax-common/exception.h"#include "syntax-common/pcfg.h"#include "syntax-common/vocabulary.h"#include "syntax-common/xml_tree_parser.h"#include "syntax-common/xml_tree_writer.h"Go to the source code of this file.
Namespaces | |
| namespace | MosesTraining |
| namespace | MosesTraining::Syntax |
| namespace | MosesTraining::Syntax::PCFG |
1.5.9