10 #ifndef _STRUS_ANALYZER_CONTENT_STATISTICS_STD_LIB_HPP_INCLUDED
11 #define _STRUS_ANALYZER_CONTENT_STATISTICS_STD_LIB_HPP_INCLUDED
18 class DocumentClassDetectorInterface;
20 class ErrorBufferInterface;
22 class TextProcessorInterface;
24 class ContentStatisticsInterface;
29 const TextProcessorInterface* textproc,
30 const DocumentClassDetectorInterface* detector,
31 ErrorBufferInterface* errorhnd);
ContentStatisticsInterface * createContentStatistics_std(const TextProcessorInterface *textproc, const DocumentClassDetectorInterface *detector, ErrorBufferInterface *errorhnd)
Get the standard content statistics.