concepts.language.ccg.syntax#
Data structures for syntax types in a linguistic CCG.
Functions
|
Parse a string to a syntax type. |
Classes
A composed syntax type (e.g., S/NP). |
|
A conjunction syntax type. |
|
The primitive syntax types (e.g., NP). |
|
A data structure that keeps track of a set of primitive and conjunction syntax types allowed in a grammar. |
|
Syntax types for CCG. |
Exceptions
Raised when the composition of two syntax types is not allowed. |
|
Raised when the parsing of a syntax type string fails. |