Skip to main content

deduplicate_overlapping

Function deduplicate_overlapping 

Source
fn deduplicate_overlapping(sorted_matches: Vec<PiiMatch>) -> Vec<PiiMatch>
Expand description

Removes overlapping matches, keeping the first occurrence.