mosesdecoder/misc/GenerateTuples.h
2011-02-24 13:57:11 +00:00

13 lines
366 B
C++

// $Id$
#ifndef GENERATETUPLES_H_
#define GENERATETUPLES_H_
#include "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