Skip to content
Snippets Groups Projects
Commit eb144388 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Support batch input

Change-Id: Ibe63212fe71cdebb5b897bc5018ae75b2a87555a
parent 21e5759e
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment