10 #ifndef _STRUS_ANALYZER_CONTENT_DETECTOR_STD_LIB_HPP_INCLUDED
11 #define _STRUS_ANALYZER_CONTENT_DETECTOR_STD_LIB_HPP_INCLUDED
18 class DocumentClassDetectorInterface;
20 class ErrorBufferInterface;
22 class TextProcessorInterface;
26 DocumentClassDetectorInterface*
createDetector_std(
const TextProcessorInterface* textproc, ErrorBufferInterface* errorhnd);
DocumentClassDetectorInterface * createDetector_std(const TextProcessorInterface *textproc, ErrorBufferInterface *errorhnd)
Get the standard content detector (with ownership)