Skip to main content

Crate graphify_build

Crate graphify_build 

Source
Expand description

Graph assembly and deduplication for graphify.

Takes ExtractionResults from multiple files and assembles them into a single KnowledgeGraph, skipping dangling edges.

Functionsยง

build
Merge multiple extraction results into one graph.
build_from_extraction
Build a KnowledgeGraph from a single extraction result.