validate_entity_with_nlp | R Documentation |
Validate entity types using NLP-based entity recognition with improved accuracy
validate_entity_with_nlp(term, claimed_type, nlp_model = NULL)
term |
Character string, the term to validate |
claimed_type |
Character string, the claimed entity type |
nlp_model |
The loaded NLP model to use for validation |
Logical indicating if the term is likely of the claimed type
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.