concepts.language.neural_ccg#

Data structures and algorithms for Neural CCG. This module is the core of paper [Grammar-Based Grounded Lexicon Learning](https://arxiv.org/abs/2202.08806).

See the documentation for file grammar.py for more details.

ckyee

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

grammar

The grammar components for neural CCGs, including syntax types, semantic forms, lexicon, and the parser.

search

Algorithms for enumerate possible lexicon entries in Neural CCG.

tensorized_syntax