concepts.language.neural_ccg.ckyee.CKYEEExpectationConfig#

class CKYEEExpectationConfig[source]#

Bases: object

Configurations for CKYEE expectation computation.

Methods

Attributes

__init__(compress_values=True, compress_0varbinding_functions=True, compress_1varbinding_functions=True, sample=False)#
Parameters:
  • compress_values (bool)

  • compress_0varbinding_functions (bool)

  • compress_1varbinding_functions (bool)

  • sample (bool)

Return type:

None

__new__(**kwargs)#
compress_0varbinding_functions: bool = True#
compress_1varbinding_functions: bool = True#
compress_values: bool = True#
sample: bool = False#