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>2013-05-21 15:27:13 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-21 15:27:13 +0400
commitff880ec6f19f9f58e5db534136a27859990995f3 (patch)
treef40d213f7876e50de6f4420e6e9ae5197c4f4c71 /moses/Hypothesis.h
parent031cbdf7cd85c85d0304afb32a83ac4da324af30 (diff)
delete references to LMList
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index 20891d8b2..3624bd5b6 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -122,7 +122,6 @@ public:
return m_targetPhrase;
}
-// void PrintLMScores(const LMList &lmListInitial, const LMList &lmListEnd) const;
/** return input positions covered by the translation option (phrasal translation) used to create this hypothesis */
inline const WordsRange &GetCurrSourceWordsRange() const {