OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigramFreq
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java
174
int
bigramFreq
= 0;
181
bigramFreq
= Integer.parseInt(params[1]);
185
bigrams.add(new WeightedString(secondWordOfBigram,
bigramFreq
));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java
430
final int
bigramFreq
= BinaryDictIOUtils.reconstructBigramFrequency(
432
assertTrue(Math.abs(
bigramFreq
- BIGRAM_FREQ) < TOLERANCE_OF_BIGRAM_FREQ);
Completed in 2023 milliseconds