Lines Matching refs:best_perm
164 WERD_RES_LIST &best_perm, in fix_fuzzy_space_list() argument
172 best_score = eval_word_spacing(best_perm); // default score in fix_fuzzy_space_list()
173 dump_words (best_perm, best_score, 1, improved); in fix_fuzzy_space_list()
176 initialise_search(best_perm, current_perm); in fix_fuzzy_space_list()
183 best_perm.clear (); in fix_fuzzy_space_list()
184 best_perm.deep_copy(¤t_perm, &WERD_RES::deep_copy); in fix_fuzzy_space_list()
191 dump_words (best_perm, best_score, 3, improved); in fix_fuzzy_space_list()
686 void Tesseract::fix_noisy_space_list(WERD_RES_LIST &best_perm, ROW *row, in fix_noisy_space_list() argument
689 WERD_RES_IT best_perm_it(&best_perm); in fix_noisy_space_list()
698 best_score = fp_eval_word_spacing (best_perm); in fix_noisy_space_list()
700 dump_words (best_perm, best_score, 1, improved); in fix_noisy_space_list()
720 best_perm.clear (); in fix_noisy_space_list()
721 best_perm.deep_copy(¤t_perm, &WERD_RES::deep_copy); in fix_noisy_space_list()
728 dump_words (best_perm, best_score, 3, improved); in fix_noisy_space_list()