Rowles.LeanLucene.Analysis
Namespaces
Classes
StopWords
Stop word lists for common languages.
TokenBudgetExceededException
Thrown when Reject is active and a document exceeds the token budget.
Structs
Token
Represents a single token produced by the analysis pipeline, carrying the term text and its character offsets in the original input.
Interfaces
ITokenFilter
Transforms a token list in place (e.g. lowercase, stop-word removal, stemming).
Enums
TokenBudgetPolicy
Determines what happens when a document exceeds MaxTokensPerDocument.