add blank to android demo
parent
deed114e27
commit
7c04ff55c7
|
@ -160,6 +160,7 @@ public class Predictor {
|
|||
for (String content : contents) {
|
||||
wordLabels.add(content);
|
||||
}
|
||||
wordLabels.add(" ");
|
||||
Log.i(TAG, "Word label size: " + wordLabels.size());
|
||||
} catch (Exception e) {
|
||||
Log.e(TAG, e.getMessage());
|
||||
|
|
Loading…
Reference in New Issue