concepts.language.ccg.composition.CCGCoordinationImmNode#
- class CCGCoordinationImmNode[source]#
Bases:
object
An intermediate node for coordination.
Methods
Attributes
Whether this node is a conjunction node.
Whether this node is a function node.
Whether this node is a None node.
Whether this node is a value node.
The conjunction node.
The right-hand side node.
- __init__(conj, rhs)#
- Parameters:
conj (CCGComposable)
rhs (CCGComposable)
- Return type:
None
- __new__(**kwargs)#
- conj: CCGComposable#
The conjunction node.
- rhs: CCGComposable#
The right-hand side node.