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)