Added comments

This commit is contained in:
M66B
2021-01-19 10:04:02 +01:00
parent d0555b522d
commit f0854b53aa
2 changed files with 6 additions and 1 deletions

View File

@@ -64,7 +64,6 @@ public class TextHelper {
System.arraycopy(octets, 0, sample, 0, MAX_SAMPLE_SIZE);
}
// https://github.com/google/cld3
Log.i("cld3 sample=" + sample.length);
DetectResult result = jni_detect_language(sample);
Log.i("Language=" + result);