10 #ifndef _STRUS_ANALYZER_TOKENIZER_WORD_LIB_HPP_INCLUDED
11 #define _STRUS_ANALYZER_TOKENIZER_WORD_LIB_HPP_INCLUDED
18 class TokenizerFunctionInterface;
20 class ErrorBufferInterface;
TokenizerFunctionInterface * createTokenizer_whitespace(ErrorBufferInterface *errorhnd)
Get the tokenizer type that creates the tokenization as splitting of the input by whitespaces...
TokenizerFunctionInterface * createTokenizer_word(ErrorBufferInterface *errorhnd)
Get the tokenizer type that creates the tokenization of words in the input.
TokenizerFunctionInterface * createTokenizer_langtoken(ErrorBufferInterface *errorhnd)
Get the tokenizer type that creates the tokenization as splitting of all tokens, returning sequnces o...