HomeSort by relevance Sort by last modified time
    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;
46 SCORING(suggestPolicy ? suggestPolicy->getScoring() : 0),
87 const Scoring *const SCORING;
suggest.cpp 27 #include "suggest/core/policy/scoring.h"
132 const float languageWeight = SCORING->getAdjustedLanguageWeight(
138 SCORING->getMostProbableString(traverseSession, terminalSize, languageWeight,
147 SCORING->searchWordWithDoubleLetter(terminals, terminalSize,
158 const float doubleLetterCost = SCORING->getDoubleLetterDemotionDistanceCost(
186 const int finalScore = SCORING->calculateFinalScore(
188 isForceCommitMultiWords || (isValidWord && SCORING->doesAutoCorrectValidWord()));
216 SCORING->safetyNetForMostProbableString(terminalSize, maxScore,
278 // NOTE: the threshold may need to be updated if scoring model changes.

Completed in 650 milliseconds