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:
authorHieu Hoang <hieuhoang@gmail.com>2014-12-02 17:58:44 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-02 17:58:44 +0300
commitd0576866af3d46f3901e790b5ae80645f3c4d77e (patch)
tree588b8be5d75f8977f38b195f8695af0da3c75461 /moses/Manager.h
parent29ead5be7ba6e47e82c42e8dd613a1dd5181a123 (diff)
move OutputLatticeSamples() for phrase-based from IOWrapper to Manager
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index 203e6c2fd..74189b6bb 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -193,6 +193,7 @@ public:
// outputs
void OutputNBest(OutputCollector *collector);
+ void OutputLatticeSamples(OutputCollector *collector);
};
}