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-10 14:01:56 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-10 14:01:56 +0300
commitfad3ef687a2ed3c40c6da5e9909a9576cb5cb3a3 (patch)
tree5d283c6929bf9ec2e702e5837d247dd7692b5beb /moses/IOWrapper.h
parenta4c9e5f9200be7f515441b9356e0e1b03ae2b596 (diff)
move OutputBest() to Syntax::Manager
Diffstat (limited to 'moses/IOWrapper.h')
-rw-r--r--moses/IOWrapper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/IOWrapper.h b/moses/IOWrapper.h
index 9bcd387d8..e0848f433 100644
--- a/moses/IOWrapper.h
+++ b/moses/IOWrapper.h
@@ -173,7 +173,6 @@ public:
// CHART
void OutputBestHypo(const Moses::ChartHypothesis *hypo, long translationId);
void OutputBestHypo(search::Applied applied, long translationId);
- void OutputBestHypo(const Moses::Syntax::SHyperedge *, long translationId);
void OutputBestNone(long translationId);