pub fn find_semantic_duplicates(
files: &[(String, String)],
threshold: f64,
) -> Vec<(String, String, f64)>Expand description
Identify semantically duplicate blocks across files. IDF is computed over the full file corpus for accurate weighting.