concepts.language.neural_ccg.grammar.NeuralCCGConjGroundingFunction#

class NeuralCCGConjGroundingFunction[source]#

Bases: object

A wrapper for the underlying implementation of a conjunction-typed semantic form (e.g., AND).

Methods

__call__(left_buffer, left_type, right_buffer, right_type)[source]#

Execute the conjunction-typed semantic form.

Parameters:
Return type:

NeuralCCGSemanticsExecutionBuffer

__init__()#
__new__(**kwargs)#