Skip to main content

Module tokenizer

Module tokenizer 

Source
Expand description

Semantic Tokenizer — text tokenization for semantic search indexing.

Provides configurable tokenization with whitespace, word boundary, and n-gram modes, stop-word filtering, length constraints, and normalization.

Structs§

SemanticTokenizer
A configurable tokenizer for semantic search indexing.
Token
A single token produced by the tokenizer.
TokenizerConfig
Configuration for SemanticTokenizer.
TokenizerStats
Runtime statistics for a SemanticTokenizer.

Enums§

TokenizerMode
Tokenization strategy.