This function implements a modified BITOLA-style discovery model that preserves entity type information but doesn't enforce strict type constraints.
apply_bitola_flexible(co_matrix, a_term, min_score = 0.1, n_results = 100)A data frame with ranked discovery results.
A co-occurrence matrix with entity types as an attribute.
Character string, the source term (A).
Minimum score threshold for results.
Maximum number of results to return.