Lines Matching refs:NGram
24 #include "../include/ngram.h"
139 user_dict_->set_total_lemma_count_of_others(NGram::kSysDictTotalFreq);
163 user_dict_->set_total_lemma_count_of_others(NGram::kSysDictTotalFreq);
724 if (score_to_add > NGram::kMaxScore) {
725 score_to_add = NGram::kMaxScore;
749 if (score_to_add > NGram::kMaxScore) {
750 score_to_add = NGram::kMaxScore;