strusModule  0.17
Public Types | Public Attributes | List of all members
strus::TokenizerConstructor Struct Reference

Structure to define a proprietary tokenizer of text segments as module. More...

#include <analyzerModule.hpp>

Public Types

typedef
TokenizerFunctionInterface *(* 
Create )(ErrorBufferInterface *errorhnd)
 

Public Attributes

const char * name
 name of the tokenizer More...
 
Create create
 constructor More...
 

Detailed Description

Structure to define a proprietary tokenizer of text segments as module.

Member Typedef Documentation

typedef TokenizerFunctionInterface*(* strus::TokenizerConstructor::Create)(ErrorBufferInterface *errorhnd)

Member Data Documentation

Create strus::TokenizerConstructor::create

constructor

const char* strus::TokenizerConstructor::name

name of the tokenizer


The documentation for this struct was generated from the following file: