Skip to content

document

autocorpus.ac_bioc.bioctable.document ¤

This module defines the BioCTableDocument class.

Extends BioCDocument to include BioCTablePassage objects and provides a method to convert the document to a dictionary representation.

Classes¤

BioCTableDocument(id=str(), inputfile=str(), infons=dict(), passages=list(), relations=list(), annotations=list()) dataclass ¤

Bases: BioCDocument

Extends BioCDocument to include BioCTablePassage objects.