wiki-cased / tools /mosesdecoder /misc /GenerateTuples.h
Quagmire1's picture
Upload folder using huggingface_hub
41f6dd8 verified
// $Id$
#ifndef GENERATETUPLES_H_
#define GENERATETUPLES_H_
#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