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:
authorphikoehn <pkoehn@inf.ed.ac.uk>2013-10-13 09:59:05 +0400
committerphikoehn <pkoehn@inf.ed.ac.uk>2013-10-13 09:59:05 +0400
commit8e23a3f2c1a7b08d20f350e2a1dd4e41f2a0bb1b (patch)
tree77c6f381b47676597c404325947e6d7edf2f78e7 /moses/Manager.h
parent793686ea147b6a9eb7bbad2eff0e03695cab4ea0 (diff)
more enriched trace
Diffstat (limited to 'moses/Manager.h')
-rw-r--r--moses/Manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Manager.h b/moses/Manager.h
index fd329c309..ccf57c527 100644
--- a/moses/Manager.h
+++ b/moses/Manager.h
@@ -143,6 +143,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 GetWordGraph(long translationId, std::ostream &outputWordGraphStream) const;
int GetNextHypoId();
#ifdef HAVE_PROTOBUF