concepts.language.ccg.composition.CCGCompositionResult#

class CCGCompositionResult[source]#

Bases: object

The result of a CCG composition.

Methods

Attributes

composition_type

The composition type applied at the current node.

result

The result of the composition.

__init__(composition_type, result)#
Parameters:
Return type:

None

__new__(**kwargs)#
composition_type: CCGCompositionType#

The composition type applied at the current node.

result: CCGComposable | CCGCoordinationImmNode | CCGNode#

The result of the composition.