From fc20efa5aeaa489bdeeb1297f253d64435ce2957 Mon Sep 17 00:00:00 2001 From: Kevin Brubeck Unhammer Date: Wed, 9 Oct 2024 18:26:08 +0200 Subject: [PATCH] If at least one reading is , cohort is --- src/suggest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suggest.cpp b/src/suggest.cpp index 174c733..60f44c4 100644 --- a/src/suggest.cpp +++ b/src/suggest.cpp @@ -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)));