Skip to main content

Module entity_resolution

Module entity_resolution 

Source
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§

CanonicalEntity
A canonical entity stored in the resolver’s registry.
EntityMention
A mention of an entity as it appears in source text.
EntityResolver
Disambiguates and resolves entity mentions to canonical entities.
ResolutionResult
The result of resolving a single EntityMention.
ResolverConfig
Tunable parameters for EntityResolver.
ResolverStats
Running counters updated by EntityResolver during resolution.

Enums§

EntityType
Broad semantic category for a canonical entity.
ResolutionMethod
How a mention was resolved to a canonical entity.