concepts.language.neural_ccg.grammar.NeuralCCGSemanticsPartialTypeLex#
- class NeuralCCGSemanticsPartialTypeLex[source]#
Bases:
object
A data structure that will be used in representing the semantic type of a partially applied function.
Methods
Attributes
The index of the candidate lexicon entry.
The index of the word in the sentence.
- __init__(candidate_lexicon_index, word_index)#
- __new__(**kwargs)#