strusAnalyzer  0.17
strus Directory Reference

Directories

directory  analyzer
 
directory  lib
 

Files

file  aggregatorFunctionInstanceInterface.hpp [code]
 Interface for an aggregator function instance.
 
file  aggregatorFunctionInterface.hpp [code]
 Interface for an aggregator function type.
 
file  analyzerObjectBuilderInterface.hpp [code]
 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)
 
file  contentIteratorInterface.hpp [code]
 Interface for content chunks for collecting statistics.
 
file  contentStatisticsContextInterface.hpp [code]
 Interface for context for collecting content statistics.
 
file  contentStatisticsInterface.hpp [code]
 Interface for document content statistics.
 
file  documentAnalyzerContextInterface.hpp [code]
 Interface for the execution context of a document analyzer.
 
file  documentAnalyzerInstanceInterface.hpp [code]
 Interface for a parametrizable document analyzer instance.
 
file  documentAnalyzerMapInterface.hpp [code]
 Interface for a parametrizable document analyzer instance able to process many different document types.
 
file  documentClassDetectorInterface.hpp [code]
 Interface for detecting the document class of a content.
 
file  normalizerFunctionInstanceInterface.hpp [code]
 Interface for a parameterized normalizer function.
 
file  normalizerFunctionInterface.hpp [code]
 Interface for a normalizer function type.
 
file  patternLexerContextInterface.hpp [code]
 
file  patternLexerInstanceInterface.hpp [code]
 Interface for building the automaton for detecting lexems used as basic entities by pattern matching in text.
 
file  patternLexerInterface.hpp [code]
 Interface for detecting lexems used as basic entities by pattern matching in text.
 
file  patternMatcherContextInterface.hpp [code]
 Interface for detecting patterns (structures formed by atomic lexems) in one document.
 
file  patternMatcherInstanceInterface.hpp [code]
 Interface for building the automaton for detecting patterns in text.
 
file  patternMatcherInterface.hpp [code]
 Interface for creating an automaton for detecting patterns of tokens in a document stream.
 
file  patternTermFeederInstanceInterface.hpp [code]
 Instance interface for defining a mapping of terms of the document analysis outout as lexems used as basic entities by pattern matching.
 
file  patternTermFeederInterface.hpp [code]
 Interface for defining a mapping of terms of the document analysis outout as lexems used as basic entities by pattern matching.
 
file  posTaggerContextInterface.hpp [code]
 Context to markup documents with tags derived from POS tagging.
 
file  posTaggerDataInterface.hpp [code]
 Interface for the data built by a POS tagger.
 
file  posTaggerInstanceInterface.hpp [code]
 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.
 
file  posTaggerInterface.hpp [code]
 Interface for the construction of a POS tagger instance for a specified segmenter.
 
file  queryAnalyzerContextInterface.hpp [code]
 Interface for the execution context of a query analyzer.
 
file  queryAnalyzerInstanceInterface.hpp [code]
 Parameterizable query analyzer interface.
 
file  segmenterContextInterface.hpp [code]
 Interface for the execution context of a document segmenter.
 
file  segmenterInstanceInterface.hpp [code]
 Interface for a parameterizable instance of a document segmenter.
 
file  segmenterInterface.hpp [code]
 Interface for the document segmenter.
 
file  segmenterMarkupContextInterface.hpp [code]
 Interface for the execution context for inserting markups into a document.
 
file  textProcessorInterface.hpp [code]
 Interface for the container of all types of functions provided for document and query analysis.
 
file  tokenizerFunctionInstanceInterface.hpp [code]
 Interface for a parameterized tokenizer function.
 
file  tokenizerFunctionInterface.hpp [code]
 Interface for a tokenizer function type.
 
file  tokenMarkupContextInterface.hpp [code]
 Interface for annotation of text in one document.
 
file  tokenMarkupInstanceInterface.hpp [code]
 Interface for putting annotations into text documents.