Home
last modified time | relevance | path

Searched refs:num_bigram_choices (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dcontrol.cpp568 int num_bigram_choices = overrides_word1.size() * overrides_word2.size(); in bigram_correction_pass() local
569 if (num_bigram_choices == 1) { in bigram_correction_pass()
587 choices_description += "There were " + std::to_string(num_bigram_choices); in bigram_correction_pass()