Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb144388 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Support batch input

Change-Id: Ibe63212fe71cdebb5b897bc5018ae75b2a87555a
parent 21e5759e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ public class BinaryDictionary extends Dictionary {
        }

        final int count;
        if (composer.size() <= 1) {
        if (!composer.isBatchMode() && composer.size() <= 1) {
            if (TextUtils.isEmpty(prevWord)) return null;
            count = getBigramsInternal(composer, prevWordCodePointArray);
        } else {