Skip to content

Commit

Permalink
If at least one reading is <fixedcase>, cohort is
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Oct 9, 2024
1 parent 4f9d315 commit fc20efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suggest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ if(verbose) std::cerr << "\t\033[0;35mr.suggest=" << tr.suggest << "\033[0m" <
}
if(verbose) std::cerr << "\t\t\033[1;36msform=\t'" << sf << "'\033[0m" << std::endl;
}
fixedcase = tr.fixedcase; // for the surface form
fixedcase |= tr.fixedcase; // for the surface form
} // end for readings of target
if(rep_this_trg.empty()) {
const auto cased_sf = fromUtf8(withCasing(fixedcase, casing, toUtf8(trg.form)));
Expand Down

0 comments on commit fc20efa

Please sign in to comment.