Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java918 final double bigramContinueRate = 0.9; in testAddMultipleDictionaryEntries() local
949 prevWord = (random.nextDouble() < bigramContinueRate) ? word : null; in testAddMultipleDictionaryEntries()