Compares the effectiveness of terms across multiple search strategies
to identify which terms perform best in different contexts.
Usage
compare_terms(term_list, top_n = 5)
Arguments
- term_list
Named list of term_analysis objects from different strategies
- top_n
Number of top terms to compare (default: 5)
Value
Data frame comparing term effectiveness across strategies
Details
This function:
Calculates effectiveness scores for each strategy
Identifies top terms in each strategy
Creates a comparison matrix showing performance across strategies