Defines the content statistics result from a collection sample.
Definition: contentStatisticsResult.hpp:20
Defines a program for analyzing a document, splitting it into normalized terms that can be fed to the...
Definition: contentStatisticsContextInterface.hpp:22
virtual analyzer::ContentStatisticsResult statistics()=0
Do return the overall statistics of the sample documents.
Structure describing the structure statistics analysis of a sample document collection.
virtual int nofDocuments() const =0
Get the number of sample documents only.
virtual void putContent(const std::string &docid, const std::string &content, const analyzer::DocumentClass &doctype)=0
Put content to collect statistics.
virtual ~ContentStatisticsContextInterface()
Destructor.
Definition: contentStatisticsContextInterface.hpp:26