HomeSort by relevance Sort by last modified time
    Searched refs:N_GRAM_SIZE (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MainLogBuffer.java 75 // The size of the n-grams logged. E.g. N_GRAM_SIZE = 2 means to sample bigrams.
76 public static final int N_GRAM_SIZE = 2;
93 super(N_GRAM_SIZE + wordsBetweenSamples);
238 ArrayList<LogUnit> logUnits = peekAtFirstNWords(N_GRAM_SIZE);
239 final int publishabilityResultCode = getPublishabilityResultCode(logUnits, N_GRAM_SIZE);
244 shiftOutWords(N_GRAM_SIZE);
  /external/chromium_org/third_party/icu/source/i18n/
csrsbcs.cpp 15 #define N_GRAM_SIZE 3
    [all...]
  /external/icu4c/i18n/
csrsbcs.cpp 16 #define N_GRAM_SIZE 3
    [all...]

Completed in 72 milliseconds