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 209 WeightedString bigram = getBigram(word);
240 public WeightedString getBigram(final String word) {
288 final WeightedString existingBigram = getBigram(bigram.mWord);
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
UserHistoryDictIOUtilsTests.java 97 assertNotNull(ptNode.getBigram(bigram));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java 220 assertNotNull(words.get(w1) + "," + words.get(w2), ptNode.getBigram(words.get(w2)));

Completed in 113 milliseconds