Linkage¶
-
class
ucca.layer1.Linkage(ID, root, tag, attrib=None, *, orderkey=<function edge_id_orderkey>)[source]¶ Bases:
ucca.core.NodeA Linkage between parallel scenes.
A Linkage object represents a connection between two parallel scenes. The semantic type of the link is not determined in this object, but the
FoundationalNodeof linkage is referred as the link relation, and the linked scenes are referred to as the arguments.Most cases will have two arguments, but some constructions have 1 or 3+ arguments, depending on the semantic connection.
- Attributes:
- relation: FoundationalNode of the relation words. arguments: list of FoundationalNodes of the relation participants.
Attributes Summary
argumentsrelationAttributes Documentation
-
arguments¶
-
relation¶