Comprehensive entity validation using multiple techniques
validate_entity_comprehensive(
term,
claimed_type,
use_nlp = TRUE,
use_pattern = TRUE,
use_external_api = FALSE
)Logical indicating if the term is validated
Character string, the term to validate
Character string, the claimed entity type
Logical, whether to use NLP-based validation
Logical, whether to use pattern-based validation
Logical, whether to query external APIs