Remove old settings and clean up (#1392)

This commit is contained in:
Helium314 2025-03-02 07:28:37 +01:00 committed by GitHub
parent 8a8e8a70e3
commit f929caa4d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
152 changed files with 263 additions and 9262 deletions

View file

@ -94,6 +94,7 @@ public final class BinaryDictionaryUtils {
valueArray);
}
/** normalized score is >= 0, with 0 being a bad match, ~0.1 ok for autocorrect, and ~1.5 a very good match */
public static float calcNormalizedScore(final String before, final String after,
final int score) {
return calcNormalizedScoreNative(StringUtils.toCodePointArray(before),