concepts.language.neural_ccg.search#

Algorithms for enumerate possible lexicon entries in Neural CCG.

Functions

gen_lexicon_search_results_from_functions(...)

Generate lexicon search results from a given list of functions and the corresponding linearization strings.

gen_lexicon_search_results_from_syntax_and_semantics(...)

Generate lexicon search results from a given list of syntax and semantic forms.

Classes

NeuralCCGLexiconEnumerativeSearcher

An enumerative neural CCG lexicon searcher.

NeuralCCGLexiconEnumerativeSearcherWithSyntax

An enumerative neural CCG lexicon searcher.

NeuralCCGLexiconSearchResult

A data structure representing the search result of a neural CCG lexicon searcher.

NeuralCCGLexiconSearcherBase

The base class for neural CCG lexicon searchers.