#include <algorithm>#include "TranslationOptionCollection.h"#include "Sentence.h"#include "DecodeStep.h"#include "LM/Base.h"#include "PhraseDictionaryMemory.h"#include "FactorCollection.h"#include "InputType.h"#include "LexicalReordering.h"#include "Util.h"#include "StaticData.h"#include "DecodeStepTranslation.h"#include "DecodeGraph.h"Go to the source code of this file.
Namespaces | |
| namespace | Moses |
Functions | |
| bool | Moses::CompareTranslationOption (const TranslationOption *a, const TranslationOption *b) |
| Moses::TO_STRING_BODY (TranslationOptionCollection) | |
| std::ostream & | Moses::operator<< (std::ostream &out, const TranslationOptionCollection &coll) |
1.5.9