#include <exception>#include <fstream>#include <sstream>#include <vector>#include "util/usage.hh"#include "moses/IOWrapper.h"#include "moses/Hypothesis.h"#include "moses/Manager.h"#include "moses/StaticData.h"#include "moses/TypeDef.h"#include "moses/Util.h"#include "moses/Timer.h"#include "moses/TranslationModel/PhraseDictionary.h"#include "moses/FF/StatefulFeatureFunction.h"#include "moses/FF/StatelessFeatureFunction.h"#include "moses/TrainingTask.h"#include "util/random.hh"Go to the source code of this file.
Namespaces | |
| namespace | Moses |
| $Id$ | |
Functions | |
| void | Moses::OutputFeatureWeightsForHypergraph (std::ostream &outputSearchGraphStream) |
| int | main (int argc, char const **argv) |
| int main | ( | int | argc, | |
| char const ** | argv | |||
| ) |
main function of the command line version of the decoder
Definition at line 71 of file MainVW.cpp.
References Moses::FixPrecision(), Moses::StaticData::GetAllWeights(), IFVERBOSE, Moses::Parameter::isParamSpecified(), Moses::Parameter::LoadParam(), NULL, params, util::PrintUsage(), Moses::PrintUserTime(), util::rand_init(), Moses::ResetUserTime(), Moses::ShowWeights(), Moses::StaticData::ThreadCount(), and TRACE_ERR.

1.5.9