Searched refs:num_bigram_choices (Results 1 – 1 of 1) sorted by relevance
568 int num_bigram_choices = overrides_word1.size() * overrides_word2.size(); in bigram_correction_pass() local569 if (num_bigram_choices == 1) { in bigram_correction_pass()587 choices_description += "There were " + std::to_string(num_bigram_choices); in bigram_correction_pass()