Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp66 const bool boostExactMatches = traverseSession->getDictionaryStructurePolicy()-> in outputSuggestions() local
72 weightOfLangModelVsSpatialModelToOutputSuggestions, boostExactMatches, in outputSuggestions()
128 const bool boostExactMatches, const bool forceCommitMultiWords, in outputSuggestionsOfDicNode() argument
152 | ((isExactMatch && boostExactMatches) ? Dictionary::KIND_FLAG_EXACT_MATCH : 0) in outputSuggestionsOfDicNode()
169 boostExactMatches, wordAttributes.getProbability() == 0); in outputSuggestionsOfDicNode()
Dsuggestions_output_utils.h56 const float weightOfLangModelVsSpatialModel, const bool boostExactMatches,
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
Dtyping_scoring.h47 const bool boostExactMatches, const bool hasProbabilityZero) const { in calculateFinalScore() argument
76 if (boostExactMatches && ErrorTypeUtils::isPerfectMatch(containedErrorTypes)) { in calculateFinalScore()
80 if (boostExactMatches && ErrorTypeUtils::isExactMatch(containedErrorTypes)) { in calculateFinalScore()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dscoring.h33 const bool boostExactMatches, const bool hasProbabilityZero) const = 0;