validate_entity_with_nlp {LBDiscover}R 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


[Package LBDiscover version 0.1.0 Index]