Return the networkx directed graph corresponding to the documents.
documents_to_networkx(
documents: typing.Iterable[Document],
*,
tag_nodes: bool = True
) -> nx.DiGraph| Name | Type | Description |
|---|---|---|
documents* | typing.Iterable[Document] | The documents to convenrt to networkx. |
tag_nodes | bool | Default: TrueIf |