"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "2c9c7de1e3c16821bec229033599ccdb9f244844"
Commit 7c04ff55 authored by WenmuZhou's avatar WenmuZhou
Browse files

add blank to android demo

parent deed114e
...@@ -160,6 +160,7 @@ public class Predictor { ...@@ -160,6 +160,7 @@ public class Predictor {
for (String content : contents) { for (String content : contents) {
wordLabels.add(content); wordLabels.add(content);
} }
wordLabels.add(" ");
Log.i(TAG, "Word label size: " + wordLabels.size()); Log.i(TAG, "Word label size: " + wordLabels.size());
} catch (Exception e) { } catch (Exception e) {
Log.e(TAG, e.getMessage()); Log.e(TAG, e.getMessage());
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment