validate_entity_comprehensive | R Documentation |
Comprehensive entity validation using multiple techniques
validate_entity_comprehensive(
term,
claimed_type,
use_nlp = TRUE,
use_pattern = TRUE,
use_external_api = FALSE
)
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 |
Logical indicating if the term is validated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.