concepts.language.ccg.search.CCGSyntaxSearchResult#

class CCGSyntaxSearchResult[source]#

Bases: object

Search result for CCGSyntaxSearcherBase.

Methods

Attributes

syntax

The candidate syntax type.

depth

The depth of the candidate syntax type.

__init__(syntax, depth)#
Parameters:
Return type:

None

__new__(**kwargs)#
depth: int#

The depth of the candidate syntax type.

syntax: CCGSyntaxType#

The candidate syntax type.