#include <iostream>#include "IOWrapper.h"#include "moses/TypeDef.h"#include "moses/Util.h"#include "moses/WordsRange.h"#include "moses/StaticData.h"#include "moses/InputFileStream.h"#include "moses/Incremental.h"#include "moses/TranslationModel/PhraseDictionary.h"#include "moses/ChartTrellisPathList.h"#include "moses/ChartTrellisPath.h"#include "moses/ChartTrellisNode.h"#include "moses/ChartTranslationOptions.h"#include "moses/ChartHypothesis.h"#include "moses/FeatureVector.h"#include <boost/algorithm/string.hpp>Go to the source code of this file.
Namespaces | |
| namespace | MosesChartCmd |
Functions | |
| void | MosesChartCmd::OutputSurface (std::ostream &out, const Phrase &phrase, const std::vector< FactorType > &outputFactorOrder, bool reportAllFactors) |
| void | MosesChartCmd::OutputSurface (std::ostream &out, const ChartHypothesis *hypo, const std::vector< FactorType > &outputFactorOrder, bool reportSegmentation, bool reportAllFactors) |
| template<class T > | |
| void | MosesChartCmd::ShiftOffsets (vector< T > &offsets, T shift) |
| size_t | MosesChartCmd::CalcSourceSize (const Moses::ChartHypothesis *hypo) |
1.5.9