concepts.language.neural_ccg.ckyee#

NeuralCCG with CKY-EE (CKY with Expected Execution).

Functions

aggregate_weights(weights[, log])

Sum up a list of parsing weights (probabilities).

Classes

CKYEEExpectationConfig

Configurations for CKYEE expectation computation.

CKYEEExpectationFunction

A collection of functions to perform expected execution.

NeuralCKYEE

The neural CCG grammar with CKY-EE for chart parsing.