segram.semantic.story module
- class segram.semantic.story.Story(corpus: Corpus | None = None, **kwds: Frame)[source]
Bases:
object
Story class.
- corpus
Document corpus.
- property docs: DataIterator[Doc]
Grammar documents in the story.
- property sents: DataIterator[Sent]
Grammar sentences in the story.
- property phrases: DataIterator[Phrase]
Phrase in the story.