Skip to main content

find_semantic_duplicates

Function find_semantic_duplicates 

Source
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.