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),
90 const Scoring *const SCORING;
suggest.cpp 28 #include "suggest/core/policy/scoring.h"
135 const float languageWeight = SCORING->getAdjustedLanguageWeight(
141 SCORING->getMostProbableString(traverseSession, terminalSize, languageWeight,
151 SCORING->searchWordWithDoubleLetter(terminals, terminalSize,
182 const float doubleLetterCost = SCORING->getDoubleLetterDemotionDistanceCost(
204 const int finalScore = SCORING->calculateFinalScore(
208 || (isValidWord && SCORING->doesAutoCorrectValidWord()));
256 SCORING->safetyNetForMostProbableString(terminalSize, maxScore,
369 // NOTE: the threshold may need to be updated if scoring model changes.

Completed in 47 milliseconds