Skip to main content

Module resolver

Module resolver 

Source
Expand description

Fuzzy entity resolution — merge variant spellings of the same entity.

Resolves “Rishikesh”, “Rishi”, “Rishiksh” (typo) to the same vault token using Jaro-Winkler similarity, prefix matching, and user-defined alias groups.

Structs§

AliasGroup
A group of strings that should all resolve to the same entity.
EntityResolver
Fuzzy entity resolver that maps variant spellings to canonical forms.
ResolverConfig
Configuration for the entity resolver.