added traces to syngroup building
This commit is contained in:
parent
38b3e63bd4
commit
2b586a70bd
@ -1 +1 @@
|
||||
1.25.16~pre1
|
||||
1.25.16~pre2
|
||||
|
||||
@ -184,9 +184,12 @@ bool SynGroups::setfile(const string& fn)
|
||||
for (const auto& word : words) {
|
||||
m->terms[word] = m->groups.size()-1;
|
||||
}
|
||||
LOGDEB1("SynGroups::setfile: group: [" <<
|
||||
LOGDEB0("SynGroups::setfile: group: [" <<
|
||||
stringsToString(m->groups.back()) << "]\n");
|
||||
}
|
||||
# Some stats
|
||||
LOGDEB("SynGroups::setfile: got " << m_groups.size() <<
|
||||
" distinct terms." << endl;
|
||||
m->ok = true;
|
||||
m->setpath(fn);
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user