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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 188 WeightedString bigram = getBigram(word);
219 public WeightedString getBigram(final String word) {
267 final WeightedString existingBigram = getBigram(bigram.mWord);
BinaryDictDecoderEncoderTests.java 215 assertNotNull(words.get(w1) + "," + words.get(w2), ptNode.getBigram(words.get(w2)));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 180 assertNotNull(ptNode.getBigram("aaa"));
    [all...]

Completed in 274 milliseconds