comment
This commit is contained in:
parent
119b3cf37f
commit
d4900584c8
@ -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
|
// Expand the resulting list for case (all stemdb content
|
||||||
// is lowercase)
|
// is case-folded)
|
||||||
vector<string> exp1;
|
vector<string> exp1;
|
||||||
for (const auto& term: lexp) {
|
for (const auto& term: lexp) {
|
||||||
synac.synExpand(term, exp1);
|
synac.synExpand(term, exp1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user