pyknp_eventgraph.document

class pyknp_eventgraph.document.Document(evg)[source]

Bases: pyknp_eventgraph.component.Component

A document is a collection of sentences.

evg: EventGraph

An EventGraph built on this document.

sentences: List[Sentence]

A list of sentences in this document.

to_dict()[source]

Convert this object into a dictionary.

Return type

dict

to_string()[source]

Convert this object into a string.

Return type

str