Skip to content

BUILTIN_PHRASES

const BUILTIN_PHRASES: Record<string, string>;

Defined in: packages/engine/src/normalizer/BuiltinNormalizerRules.ts:216

Built-in phrase → tokenType mappings.

These are registered into the engine’s PhraseTrie during construction. Tests that create a standalone TokenNormalizer should register these via TokenNormalizer.addPhrase.