find_term: Find primary term in co-occurrence matrix

View source: R/utils.R

find_termR Documentation

Find primary term in co-occurrence matrix

Description

This function verifies that the primary term exists in the co-occurrence matrix, and if not, attempts to find a suitable variation.

Usage

find_term(co_matrix, primary_term, verbose = TRUE)

Arguments

co_matrix

The co-occurrence matrix

primary_term

The primary term to find

verbose

Logical; if TRUE, print status messages (default: TRUE)

Value

The found term (either exact match or variation)


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