diff options
Diffstat (limited to 'klm/lm/return.hh')
-rw-r--r-- | klm/lm/return.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/klm/lm/return.hh b/klm/lm/return.hh index 1b55091b..622320ce 100644 --- a/klm/lm/return.hh +++ b/klm/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 |