#include "ExtractGHKM.h"#include <cassert>#include <cstdlib>#include <fstream>#include <iostream>#include <iterator>#include <string>#include <sstream>#include <vector>#include <boost/program_options.hpp>#include "syntax-common/exception.h"#include "syntax-common/xml_tree_parser.h"#include "InputFileStream.h"#include "OutputFileStream.h"#include "SyntaxNode.h"#include "SyntaxNodeCollection.h"#include "SyntaxTree.h"#include "tables-core.h"#include "XmlException.h"#include "XmlTree.h"#include "Alignment.h"#include "AlignmentGraph.h"#include "Node.h"#include "Options.h"#include "PhraseOrientation.h"#include "ScfgRule.h"#include "ScfgRuleWriter.h"#include "Span.h"#include "StsgRule.h"#include "StsgRuleWriter.h"Go to the source code of this file.
Namespaces | |
| namespace | MosesTraining |
| namespace | MosesTraining::Syntax |
| namespace | MosesTraining::Syntax::GHKM |
Defines | |
| #define | BOS_ "<s>" |
| #define | EOS_ "</s>" |
| #define BOS_ "<s>" |
| #define EOS_ "</s>" |
1.5.9