concepts.language.ccg.semantics.CCGSemanticsCompositionError#
- exception CCGSemanticsCompositionError[source]#
Raised when the semantics composition fails.
- __init__(message=None, lhs=None, rhs=None, error=None, conj=None)[source]#
Initialize the error.
- Parameters:
message – the error message.
lhs – the lhs semantics.
rhs – the rhs semantics.
error – the error raised by the left/right semantics.
conj – the conjunction.
- __new__(**kwargs)#