This commit is contained in:
Balearica 2025-05-26 10:14:18 +02:00 committed by GitHub
commit 67bcc86d64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,7 @@ void Wordrec::SegSearch(WERD_RES *word_res, BestChoiceBundle *best_choice_bundle
if (chop_enable && word_res->chopped_word != nullptr) {
improve_by_chopping(rating_cert_scale, word_res, best_choice_bundle, blamer_bundle,
&pain_points, &pending);
InitialSegSearch(word_res, &pain_points, &pending, best_choice_bundle, blamer_bundle);
}
if (chop_debug) {
SEAM::PrintSeams("Final seam list:", word_res->seam_array);