validate_entity_comprehensive: Comprehensive entity validation using multiple techniques

View source: R/abc_model.R

validate_entity_comprehensiveR 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


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