diff options
Diffstat (limited to 'klm/lm/weights.hh')
-rw-r--r-- | klm/lm/weights.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/klm/lm/weights.hh b/klm/lm/weights.hh index 1f38cf5e..bd5d8034 100644 --- a/klm/lm/weights.hh +++ b/klm/lm/weights.hh @@ -12,6 +12,11 @@ struct ProbBackoff { float prob; float backoff; }; +struct RestWeights { + float prob; + float backoff; + float rest; +}; } // namespace lm #endif // LM_WEIGHTS__ |