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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 157 WeightedString bigram = getBigram(word);
188 public WeightedString getBigram(final String word) {
236 final WeightedString existingBigram = getBigram(bigram.mWord);
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
UserHistoryDictIOUtilsTests.java 92 assertNotNull(group.getBigram(bigram));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOTests.java 219 assertNotNull(words.get(w1) + "," + words.get(w2), cg.getBigram(words.get(w2)));

Completed in 47 milliseconds