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 20:40:53 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-02 20:40:53 +0300
commitba7afba9f6f325441387557ab8af487d5901f023 (patch)
tree42a4372ff8cc6fe6a4136051609aac95e76b7f48 /moses/Manager.h
parent08c57bce870da0e74ab0cf1aff4816539dfad3c8 (diff)
move n-best code for phrase-based from IOWrapper to ChartManager
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index 74189b6bb..e402c05a6 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -137,12 +137,6 @@ protected:
, char reportSegmentation);
void OutputSurface(std::ostream &out, const Hypothesis &edge, const std::vector<FactorType> &outputFactorOrder,
char reportSegmentation, bool reportAllFactors);
- void OutputAllFeatureScores(const Moses::ScoreComponentCollection &features
- , std::ostream &out);
- void OutputFeatureScores( std::ostream& out
- , const ScoreComponentCollection &features
- , const FeatureFunction *ff
- , std::string &lastName );
void OutputAlignment(std::ostream &out, const AlignmentInfo &ai, size_t sourceOffset, size_t targetOffset);
void OutputInput(std::ostream& os, const Hypothesis* hypo);
void OutputInput(std::vector<const Phrase*>& map, const Hypothesis* hypo);