#include <numeric>#include "moses/Word.h"#include "moses/Phrase.h"#include "moses/ConfusionNet.h"#include "moses/WordsRange.h"#include "moses/TranslationModel/PhraseDictionaryTree.h"Go to the source code of this file.
Functions | |
| void | GenerateCandidates (const ConfusionNet &, const std::vector< PhraseDictionaryTree const * > &, const std::vector< std::vector< float > > &, int) |
| void GenerateCandidates | ( | const ConfusionNet & | , | |
| const std::vector< PhraseDictionaryTree const * > & | , | |||
| const std::vector< std::vector< float > > & | , | |||
| int | ||||
| ) |
Definition at line 306 of file GenerateTuples.cpp.
Referenced by main().

1.5.9