validate_entity_with_nlp: Validate entity types using NLP-based entity recognition with...

View source: R/abc_model.R

validate_entity_with_nlpR Documentation

Validate entity types using NLP-based entity recognition with improved accuracy

Description

Validate entity types using NLP-based entity recognition with improved accuracy

Usage

validate_entity_with_nlp(term, claimed_type, nlp_model = NULL)

Arguments

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

Value

Logical indicating if the term is likely of the claimed type


LBDiscover documentation built on June 16, 2025, 5:09 p.m.