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.
NeuralCCG with CKY-EE (CKY with Expected Execution). |
|
The grammar components for neural CCGs, including syntax types, semantic forms, lexicon, and the parser. |
|
Algorithms for enumerate possible lexicon entries in Neural CCG. |
|