validate_entity_comprehensive {LBDiscover} | R Documentation |
Comprehensive entity validation using multiple techniques
Description
Comprehensive entity validation using multiple techniques
Usage
validate_entity_comprehensive(
term,
claimed_type,
use_nlp = TRUE,
use_pattern = TRUE,
use_external_api = FALSE
)
Arguments
term |
Character string, the term to validate |
claimed_type |
Character string, the claimed entity type |
use_nlp |
Logical, whether to use NLP-based validation |
use_pattern |
Logical, whether to use pattern-based validation |
use_external_api |
Logical, whether to query external APIs |
Value
Logical indicating if the term is validated
[Package LBDiscover version 0.1.0 Index]