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:
Diffstat (limited to 'lm/return.hh')
-rw-r--r--lm/return.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lm/return.hh b/lm/return.hh
index 1b55091b2..622320ce1 100644
--- a/lm/return.hh
+++ b/lm/return.hh
@@ -33,6 +33,9 @@ struct FullScoreReturn {
*/
bool independent_left;
uint64_t extend_left; // Defined only if independent_left
+
+ // Rest cost for extension to the left.
+ float rest;
};
} // namespace lm