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 18:12:01 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-02 18:12:01 +0300
commit08c57bce870da0e74ab0cf1aff4816539dfad3c8 (patch)
treea1aa36bccd1a004bd9f452d6569a6a4445521907 /moses/IOWrapper.h
parentd0576866af3d46f3901e790b5ae80645f3c4d77e (diff)
delete OutputNBest() in IOWrapper
Diffstat (limited to 'moses/IOWrapper.h')
-rw-r--r--moses/IOWrapper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/moses/IOWrapper.h b/moses/IOWrapper.h
index 6df714e55..51f515c53 100644
--- a/moses/IOWrapper.h
+++ b/moses/IOWrapper.h
@@ -246,12 +246,6 @@ public:
static void OutputAlignment(std::ostream &out, const std::vector<const Hypothesis *> &edges);
static void OutputAlignment(std::ostream &out, const Moses::AlignmentInfo &ai, size_t sourceOffset, size_t targetOffset);
- void OutputNBest(std::ostream& out
- , const Moses::TrellisPathList &nBestList
- , const std::vector<Moses::FactorType>& outputFactorOrder
- , long translationId
- , char reportSegmentation);
-
static void OutputAllFeatureScores(const Moses::ScoreComponentCollection &features
, std::ostream &out);
static void OutputFeatureScores( std::ostream& out