pyknp_eventgraph.predicate¶
-
class
pyknp_eventgraph.predicate.Predicate(pas, type_, head=None)[source]¶ Bases:
pyknp_eventgraph.component.ComponentA predicate is the core of a PAS.
-
pas: PAS¶ A PAS that this predicate belongs.
-
head: :class:`pyknp.knp.tag.Tag`¶ A head tag.
-
head_base_phrase: Token, optional¶ A head basic phrase.
-
property
adnominal_event_ids¶ A list of IDs of events modifying this predicate (adnominal).
-
property
sentential_complement_event_ids¶ A list of IDs of events modifying this predicate (sentential complement).
-