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:
authorLane Schwartz <dowobeha@gmail.com>2013-02-23 01:20:03 +0400
committerLane Schwartz <dowobeha@gmail.com>2013-02-23 01:28:48 +0400
commit4adeb7e33868dfc44875af9534047da6cc6bfee0 (patch)
tree381b549e2c18cc4b9522cecb7ca143065fdc062b /moses/Manager.h
parent285661fec7fc24c8d328f1442c6b59edd508649f (diff)
Output feature weights to a separate file when producing hypergraph
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index d580674b4..e2f8ed8e5 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -102,8 +102,6 @@ private:
size_t OutputFeatureValuesForSLF(size_t index, bool zeros, const Hypothesis* hypo, const FeatureFunction* ff, std::ostream &outputSearchGraphStream) const;
// Helper functions to output search graph in the hypergraph format of Kenneth Heafield's lazy hypergraph decoder
- void OutputFeatureWeightsForHypergraph(std::ostream &outputSearchGraphStream) const;
- size_t OutputFeatureWeightsForHypergraph(size_t index, const FeatureFunction* ff, std::ostream &outputSearchGraphStream) const;
void OutputFeatureValuesForHypergraph(const Hypothesis* hypo, std::ostream &outputSearchGraphStream) const;
size_t OutputFeatureValuesForHypergraph(size_t index, const Hypothesis* hypo, const FeatureFunction* ff, std::ostream &outputSearchGraphStream) const;