pub fn dedup_file(result: &mut ExtractionResult)Expand description
Deduplicate nodes within a single file’s ExtractionResult.
Retains the first occurrence of each node ID and each
(source, target, relation) edge triple.
pub fn dedup_file(result: &mut ExtractionResult)Deduplicate nodes within a single file’s ExtractionResult.
Retains the first occurrence of each node ID and each
(source, target, relation) edge triple.