strusAnalyzer
0.17
|
include | |
strus | |
analyzer | |
lib | |
aggregatorFunctionInstanceInterface.hpp | Interface for an aggregator function instance |
aggregatorFunctionInterface.hpp | Interface for an aggregator function type |
analyzerObjectBuilderInterface.hpp | Builder object for all toplevel interfaces related to the analyzer. Used by components acting as proxy (calling strus with RPC) or by components that build the analyzer universe from external components (loading objects from dynamically loadable modules) |
contentIteratorInterface.hpp | Interface for content chunks for collecting statistics |
contentStatisticsContextInterface.hpp | Interface for context for collecting content statistics |
contentStatisticsInterface.hpp | Interface for document content statistics |
documentAnalyzerContextInterface.hpp | Interface for the execution context of a document analyzer |
documentAnalyzerInstanceInterface.hpp | Interface for a parametrizable document analyzer instance |
documentAnalyzerMapInterface.hpp | Interface for a parametrizable document analyzer instance able to process many different document types |
documentClassDetectorInterface.hpp | Interface for detecting the document class of a content |
normalizerFunctionInstanceInterface.hpp | Interface for a parameterized normalizer function |
normalizerFunctionInterface.hpp | Interface for a normalizer function type |
patternLexerContextInterface.hpp | |
patternLexerInstanceInterface.hpp | Interface for building the automaton for detecting lexems used as basic entities by pattern matching in text |
patternLexerInterface.hpp | Interface for detecting lexems used as basic entities by pattern matching in text |
patternMatcherContextInterface.hpp | Interface for detecting patterns (structures formed by atomic lexems) in one document |
patternMatcherInstanceInterface.hpp | Interface for building the automaton for detecting patterns in text |
patternMatcherInterface.hpp | Interface for creating an automaton for detecting patterns of tokens in a document stream |
patternTermFeederInstanceInterface.hpp | Instance interface for defining a mapping of terms of the document analysis outout as lexems used as basic entities by pattern matching |
patternTermFeederInterface.hpp | Interface for defining a mapping of terms of the document analysis outout as lexems used as basic entities by pattern matching |
posTaggerContextInterface.hpp | Context to markup documents with tags derived from POS tagging |
posTaggerDataInterface.hpp | Interface for the data built by a POS tagger |
posTaggerInstanceInterface.hpp | Interface to define a POS tagger instance for creating the input for POS tagging to build the data and to create to context for tagging with the data build from the POS tagging output |
posTaggerInterface.hpp | Interface for the construction of a POS tagger instance for a specified segmenter |
queryAnalyzerContextInterface.hpp | Interface for the execution context of a query analyzer |
queryAnalyzerInstanceInterface.hpp | Parameterizable query analyzer interface |
segmenterContextInterface.hpp | Interface for the execution context of a document segmenter |
segmenterInstanceInterface.hpp | Interface for a parameterizable instance of a document segmenter |
segmenterInterface.hpp | Interface for the document segmenter |
segmenterMarkupContextInterface.hpp | Interface for the execution context for inserting markups into a document |
textProcessorInterface.hpp | Interface for the container of all types of functions provided for document and query analysis |
tokenizerFunctionInstanceInterface.hpp | Interface for a parameterized tokenizer function |
tokenizerFunctionInterface.hpp | Interface for a tokenizer function type |
tokenMarkupContextInterface.hpp | Interface for annotation of text in one document |
tokenMarkupInstanceInterface.hpp | Interface for putting annotations into text documents |