Searched refs:getBigram (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java188 WeightedString bigram = getBigram(word);
219 public WeightedString getBigram(final String word) { method in class:FusionDictionary.PtNode
267 final WeightedString existingBigram = getBigram(bigram.mWord);
H A DBinaryDictDecoderEncoderTests.java215 assertNotNull(words.get(w1) + "," + words.get(w2), ptNode.getBigram(words.get(w2)));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryDecayingTests.java180 assertNotNull(ptNode.getBigram("aaa"));

Completed in 429 milliseconds