From 820ad0d191c39cc48cc165d6568082ed8d974788 Mon Sep 17 00:00:00 2001 From: Bernhard Froemel Date: Tue, 3 Feb 2026 14:57:47 +0100 Subject: [PATCH] cleanup --- common/ngram-mod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ngram-mod.h b/common/ngram-mod.h index 29227f8467..f18f005d22 100644 --- a/common/ngram-mod.h +++ b/common/ngram-mod.h @@ -18,7 +18,7 @@ struct common_ngram_mod { static constexpr int8_t SCORE_INIT = 0; static constexpr int8_t SCORE_MIN = -5; static constexpr int8_t SCORE_MAX = 20; - static constexpr int8_t SCORE_THR = 0; // keep equal or lower than SCORE_INIT + static constexpr int8_t SCORE_THR = 0; static constexpr int8_t SCORE_INS = 3; common_ngram_mod(uint16_t n, size_t size);