OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCORING
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.h
28
// - Compound Distance: Spatial Distance + Language Distance -- used for pruning and
scoring
38
class
Scoring
;
47
SCORING
(suggestPolicy ? suggestPolicy->getScoring() : nullptr),
79
const
Scoring
*const
SCORING
;
suggest.cpp
73
SCORING
, tSession, weightOfLangModelVsSpatialModel, outSuggestionResults);
159
// NOTE: the threshold may need to be updated if
scoring
model changes.
Completed in 40 milliseconds