Searched refs:score_to_add (Results 1 – 1 of 1) sorted by relevance
742 float score_to_add = in try_add_cand0_to_userdict() local746 score_to_add += 1.0; in try_add_cand0_to_userdict()747 if (score_to_add > NGram::kMaxScore) { in try_add_cand0_to_userdict()748 score_to_add = NGram::kMaxScore; in try_add_cand0_to_userdict()750 add_lma_to_userdict(lma_id_from, pos, score_to_add); in try_add_cand0_to_userdict()753 score_from += score_to_add; in try_add_cand0_to_userdict()767 float score_to_add = in try_add_cand0_to_userdict() local771 score_to_add += 1.0; in try_add_cand0_to_userdict()772 if (score_to_add > NGram::kMaxScore) { in try_add_cand0_to_userdict()773 score_to_add = NGram::kMaxScore; in try_add_cand0_to_userdict()[all …]