Ask a question to get started
Enter to sendā¢Shift+Enter new line
HierarchyLinkExtractor( self, *, kind: str = 'hierarchy', parent_links: bool = True, child_links
LinkExtractor[HierarchyInput]
Add edges from each input to the corresponding documents.
input
kind
str
'hierarchy'
Kind of links to produce with this extractor.
parent_links
bool
True
Link from a section to its parent.
child_links
False
Link from a section to its children.
sibling_links
Create a LinkExtractor from Document.
Document
Link from a section to other sections with the same parent.