Linkage

class ucca.layer1.Linkage(ID, root, tag, attrib=None, *, orderkey=<function edge_id_orderkey>)[source]

Bases: ucca.core.Node

A 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 FoundationalNode of 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

arguments
relation

Attributes Documentation

arguments
relation