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.

concepts.language.neural_ccg.ckyee

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

concepts.language.neural_ccg.grammar

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

concepts.language.neural_ccg.search

Algorithms for enumerate possible lexicon entries in Neural CCG.

concepts.language.neural_ccg.tensorized_syntax