We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12ba7f commit 43368d2Copy full SHA for 43368d2
lima_linguisticprocessing/src/linguisticProcessing/core/AnalysisDict/EnhancedAnalysisDictionaryEntry.cpp
@@ -321,7 +321,7 @@ void EnhancedAnalysisDictionaryEntry::parseConcatenated(
321
// LDEBUG << "read lemma=" << lemma;
322
auto norm =static_cast<StringsPoolIndex>(DictionaryData::readCodedInt(p)); // read norm
323
// LDEBUG << "read norm=" << norm;
324
- if (norm==0)
+ if (norm == static_cast<StringsPoolIndex>(0))
325
{
326
norm=lemma;
327
}
0 commit comments