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 <hieu@hoang.co.uk>2014-04-30 23:20:07 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-04-30 23:20:07 +0400
commit26abab8e5c58d6e30e31fc47cf7fc971af1b692c (patch)
treefed0a033a61214fa5a996a0619376204ba120439 /moses/TranslationOptionCollection.h
parent55064961f7157e62c50b4771edf478aeae61825c (diff)
debugging info
Diffstat (limited to 'moses/TranslationOptionCollection.h')
-rw-r--r--moses/TranslationOptionCollection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/moses/TranslationOptionCollection.h b/moses/TranslationOptionCollection.h
index 240e42aa5..89f27495f 100644
--- a/moses/TranslationOptionCollection.h
+++ b/moses/TranslationOptionCollection.h
@@ -154,6 +154,10 @@ public:
return GetTranslationOptionList(coverage.GetStartPos(), coverage.GetEndPos());
}
+ const InputPathList &GetInputPaths() const
+ { return m_inputPathQueue; }
+
+
TO_STRING();
};