Home
last modified time | relevance | path

Searched refs:shouldShowTerms (Results 1 – 4 of 4) sorted by relevance

/dports/mail/spamprobe/spamprobe-1.4d/src/spamprobe/
H A DCommand_summarize.cc106 if (config.commandConfig()->shouldShowTerms() && message.getTopTokenCount() > 0) { in processMessage()
H A DCommandConfig.h52 bool shouldShowTerms() const in shouldShowTerms() function
H A DAbstractCommand.cc97 if (config.commandConfig()->shouldShowTerms() && msg.getTopTokenCount() > 0) { in printMessageScore()
H A DCommand_auto_train.cc124 if (config.commandConfig()->shouldShowTerms() && message.getTopTokenCount() > 0) { in logMessage()