find_term {LBDiscover} | R 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)
[Package LBDiscover version 0.1.0 Index]