concepts.language.ccg.learning.CCGLearningResult#
- class CCGLearningResult[source]#
Bases:
object
The result of CCG learning.
Methods
Attributes
The list of words learned by the algorithm.
The list of lexicons learned by the algorithm.
The parsing results of the entire sentence based on the learned lexicons.
- __init__(words, lexicons, parsing_results)#
- __new__(**kwargs)#
- lexicons: Tuple[Lexicon, ...]#
The list of lexicons learned by the algorithm. It is a tuple of lexicons that has the same length as words.