Package-level declarations

Types

Link copied to clipboard

A tokenizer implementation that always returns 0.

Link copied to clipboard

A simple regex-based tokenizer that splits text on whitespace and common punctuation.

Link copied to clipboard
interface Tokenizer

Interface for tokenizing text and counting tokens.