#include <string>#include <boost/algorithm/string/predicate.hpp>#include "moses/FF/Factory.h"#include "TypeDef.h"#include "moses/FF/WordPenaltyProducer.h"#include "moses/FF/UnknownWordPenaltyProducer.h"#include "moses/FF/InputFeature.h"#include "moses/FF/DynamicCacheBasedLanguageModel.h"#include "moses/TranslationModel/PhraseDictionaryDynamicCacheBased.h"#include "DecodeStepTranslation.h"#include "DecodeStepGeneration.h"#include "GenerationDictionary.h"#include "StaticData.h"#include "Util.h"#include "FactorCollection.h"#include "Timer.h"#include "TranslationOption.h"#include "DecodeGraph.h"#include "InputFileStream.h"#include "ScoreComponentCollection.h"#include "TranslationModel/PhraseDictionary.h"#include "TranslationModel/PhraseDictionaryTreeAdaptor.h"Go to the source code of this file.
Namespaces | |
| namespace | Moses |
| $Id$ | |
1.5.9