// $Id$ #ifndef GENERATETUPLES_H_ #define GENERATETUPLES_H_ #include "moses/PhraseDictionaryTree.h" class ConfusionNet; void GenerateCandidates(const ConfusionNet& src, const std::vector& pdicts, const std::vector >& weights, int verbose=0) ; #endif