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:
authorBarry Haddow <barry.haddow@gmail.com>2014-08-06 14:38:51 +0400
committerBarry Haddow <barry.haddow@gmail.com>2014-08-06 14:38:51 +0400
commitff188c454a14f112d7de1df65f600574fc033713 (patch)
tree339243f2110c6006d1801eb7a3b3ea6b2fdd1d94 /moses/Manager.h
parent6549d24d35911a013f6b38f8dccbedb953210791 (diff)
Sparse features trainable with hg mira
(In phrase-based Moses)
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index ccf57c527..c015b701c 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -106,7 +106,6 @@ private:
// Helper functions to output search graph in the hypergraph format of Kenneth Heafield's lazy hypergraph decoder
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;
protected: