Expand description
Entity Disambiguation and Resolution
Links entity mentions to canonical entities via exact match, alias lookup, fuzzy string similarity, and embedding cosine similarity — in that priority order.
Structs§
- Canonical
Entity - A canonical entity stored in the resolver’s registry.
- Entity
Mention - A mention of an entity as it appears in source text.
- Entity
Resolver - Disambiguates and resolves entity mentions to canonical entities.
- Resolution
Result - The result of resolving a single
EntityMention. - Resolver
Config - Tunable parameters for
EntityResolver. - Resolver
Stats - Running counters updated by
EntityResolverduring resolution.
Enums§
- Entity
Type - Broad semantic category for a canonical entity.
- Resolution
Method - How a mention was resolved to a canonical entity.