mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-10 00:27:45 +00:00
Remove old settings and clean up (#1392)
This commit is contained in:
parent
8a8e8a70e3
commit
f929caa4d8
152 changed files with 263 additions and 9262 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue