concepts.language.ccg.composition.CCGCompositionResult#
- class CCGCompositionResult[source]#
Bases:
object
The result of a CCG composition.
Methods
Attributes
The composition type applied at the current node.
The result of the composition.
- __init__(composition_type, result)#
- Parameters:
composition_type (CCGCompositionType)
result (CCGComposable | CCGCoordinationImmNode | CCGNode)
- 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.