Searched refs:THRESHOLD_NEXT_WORD_PROBABILITY_FOR_CAPPED (Results 1 – 3 of 3) sorted by relevance
29 static const int THRESHOLD_NEXT_WORD_PROBABILITY_FOR_CAPPED; variable
23 const int ScoringParams::THRESHOLD_NEXT_WORD_PROBABILITY_FOR_CAPPED = 120; member in latinime::ScoringParams
192 || probability >= ScoringParams::THRESHOLD_NEXT_WORD_PROBABILITY_FOR_CAPPED; in isGoodToTraverseNextWord()