Expand description
Entity type classification for knowledge graph nodes.
Uses rule-based heuristics (pattern matching, suffix detection, numeric checks) plus user-defined classification rules to assign entity types and confidence scores.
Structs§
- Classification
Feature - A single named feature with a numeric value, used to explain classification.
- Classification
Result - The result of classifying a single entity text string.
- Classification
Rule - A user-defined rule: if
patternis found in the entity text (case-insensitive), scoreentity_typewith an additionalconfidence_boost. - Entity
Classifier - Entity classifier using heuristic rules and optional user-defined rules.
Enums§
- Entity
Type - The set of recognised entity types.