mosesdecoder/misc/GenerateTuples.h

13 lines
372 B
C
Raw Normal View History

// $Id$
#ifndef GENERATETUPLES_H_
#define GENERATETUPLES_H_
2012-11-14 18:18:53 +04:00
#include "moses/PhraseDictionaryTree.h"
class ConfusionNet;
void GenerateCandidates(const ConfusionNet& src,
const std::vector<PhraseDictionaryTree const*>& pdicts,
const std::vector<std::vector<float> >& weights,
int verbose=0) ;
#endif