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-28 15:27:21 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-28 15:27:21 +0300
commiteea29752a4d62991537ed9c245325163526182c7 (patch)
treeeacb5e4598a720c3f50ada444ce5eda16657c76a /moses/Manager.h
parent9739b7a8a702d9c6198448fd8d473215cfacca0f (diff)
make GetOutputLanguageModelOrder() const
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index 14dff1f04..884241dfc 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -157,7 +157,7 @@ public:
void PrintAllDerivations(long translationId, std::ostream& outputStream) const;
void printDivergentHypothesis(long translationId, const Hypothesis* hypo, const std::vector <const TargetPhrase*> & remainingPhrases, float remainingScore , std::ostream& outputStream) const;
void printThisHypothesis(long translationId, const Hypothesis* hypo, const std::vector <const TargetPhrase* > & remainingPhrases, float remainingScore , std::ostream& outputStream) const;
- void GetOutputLanguageModelOrder( std::ostream &out, const Hypothesis *hypo );
+ void GetOutputLanguageModelOrder( std::ostream &out, const Hypothesis *hypo ) const;
void GetWordGraph(long translationId, std::ostream &outputWordGraphStream) const;
int GetNextHypoId();