Searched refs:boostExactMatches (Results 1 – 4 of 4) sorted by relevance
66 const bool boostExactMatches = traverseSession->getDictionaryStructurePolicy()-> in outputSuggestions() local72 weightOfLangModelVsSpatialModelToOutputSuggestions, boostExactMatches, in outputSuggestions()128 const bool boostExactMatches, const bool forceCommitMultiWords, in outputSuggestionsOfDicNode() argument152 | ((isExactMatch && boostExactMatches) ? Dictionary::KIND_FLAG_EXACT_MATCH : 0) in outputSuggestionsOfDicNode()169 boostExactMatches, wordAttributes.getProbability() == 0); in outputSuggestionsOfDicNode()
56 const float weightOfLangModelVsSpatialModel, const bool boostExactMatches,
47 const bool boostExactMatches, const bool hasProbabilityZero) const { in calculateFinalScore() argument76 if (boostExactMatches && ErrorTypeUtils::isPerfectMatch(containedErrorTypes)) { in calculateFinalScore()80 if (boostExactMatches && ErrorTypeUtils::isExactMatch(containedErrorTypes)) { in calculateFinalScore()
33 const bool boostExactMatches, const bool hasProbabilityZero) const = 0;