Revision aa25c7341d88855f445ee846e9c50656fc6c6566 authored by hieuhoang1972 on 21 May 2007, 13:06:40 UTC, committed by hieuhoang1972 on 21 May 2007, 13:06:40 UTC
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1392 1f5c12ca-751b-0410-a591-d2e778427230
1 parent 432484f
Raw File
GenerateTuples.h
// $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
back to top