#include "util/exception.hh"#include "util/tokenize.hh"#include "util/string_stream.hh"#include "moses/TranslationModel/PhraseDictionaryMultiModelCounts.h"Go to the source code of this file.
Namespaces | |
| namespace | Moses |
| $Id$ | |
Functions | |
| template<typename T > | |
| void | OutputVec (const vector< T > &vec) |
| double | Moses::InstanceWeighting (vector< float > &joint_counts, vector< float > &marginals, vector< float > &multimodelweights) |
| double | Moses::LinearInterpolationFromCounts (vector< float > &joint_counts, vector< float > &marginals, vector< float > &multimodelweights) |
| void OutputVec | ( | const vector< T > & | vec | ) | [inline] |
Definition at line 27 of file PhraseDictionaryMultiModelCounts.cpp.
1.5.9