strusModule
0.17
|
strus | Strus toplevel namespace |
DocumentClassDetectorConstructor | Structure to define a content detector for an alternative document format |
SegmenterConstructor | Structure to define a segmenter for an alternative document format (like XML) as module |
TokenizerConstructor | Structure to define a proprietary tokenizer of text segments as module |
NormalizerConstructor | Structure to define a proprietary normalizer of tokens as module |
AggregatorConstructor | Structure to define a proprietary function to aggregate a value for a document as meta data (counting, classification, etc.) |
PatternLexerConstructor | Structure to define the lexer for pattern matching the analyzer may refer to |
PatternMatcherConstructor | Structure to define the lexer for pattern matching the analyzer may refer to |
AnalyzerModule | Structure that contains all analyzer module objects |
ModuleEntryPoint | Entry point of a module with signature and version info to verify correctness of the dynamic linking |
Status | |
ModuleLoaderInterface | Interface providing a mechanism to load modules and to create the objects defined in the modules |
DatabaseConstructor | Structure to declare the key value store database to use by the storage as module object |
StatisticsProcessorConstructor | Structure to declare an alternative packing/unpacking of statistics messages |
VectorStorageConstructor | Structure to declare an alternative vector storage to map vectors to sets of features |
PostingIteratorJoinConstructor | Structure to declare an operator to join sets of postings represented as iterator as module object |
WeightingFunctionConstructor | Structure to declare a query evaluation weighting function as module object |
SummarizerFunctionConstructor | Structure to declare a query evaluation summarizer function as module object |
ScalarFunctionParserConstructor | Structure to declare a parser, resp. compiler for scalar function definition source |
StorageModule | Structure that contains all storage module objects |
TraceLoggerConstructor | Structure describing a logger for method call traces |
TraceModule | Structure that contains all trace module objects |