Home
last modified time | relevance | path

Searched refs:bigramProbabilitiesToCheckLater (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java1108 final HashMap<Pair<String, String>, Integer> bigramProbabilitiesToCheckLater = in testIterateAllWords() local
1142 bigramProbabilitiesToCheckLater.put(new Pair<>(word0, word1), bigramProbability); in testIterateAllWords()
1147 new HashSet<>(bigramProbabilitiesToCheckLater.keySet()); in testIterateAllWords()
1163 final int bigramProbability = bigramProbabilitiesToCheckLater.get(bigram); in testIterateAllWords()