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§
- Alias
Group - A group of strings that should all resolve to the same entity.
- Entity
Resolver - Fuzzy entity resolver that maps variant spellings to canonical forms.
- Resolver
Config - Configuration for the entity resolver.