This commit is contained in:
Jean-Francois Dockes 2019-05-16 15:29:32 +02:00
parent 119b3cf37f
commit d4900584c8

View File

@ -298,7 +298,7 @@ bool Db::termMatch(int typ_sens, const string &lang, const string &_term,
}
// Expand the resulting list for case (all stemdb content
// is lowercase)
// is case-folded)
vector<string> exp1;
for (const auto& term: lexp) {
synac.synExpand(term, exp1);