Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'misc/GenerateTuples.h')
-rw-r--r--misc/GenerateTuples.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/GenerateTuples.h b/misc/GenerateTuples.h
new file mode 100644
index 000000000..6451d1b90
--- /dev/null
+++ b/misc/GenerateTuples.h
@@ -0,0 +1,12 @@
+// $Id: GenerateTuples.h 359 2006-07-28 18:14:20Z zens $
+#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