| Trees | Indices | Help |
|
|---|
|
|
FormalismBase.Syntax --+
|
Formalism.Syntax
Formalisms should define override this nested class with their own, which will specify values for these attributes.
|
|||
|
Sign A CCG category and its associated semantics: a CCG sign. |
|||
|
ComplexCategory In the halfspan formalism, complex categories are made up of an argument half category, a slash and a result half category. |
|||
|
AtomicCategory An atomic category is of the form A-B, where A and B are half categories. |
|||
| Slash | |||
|
DummyCategory hash(x) |
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
Used when adding equal signs to the same edge in the chart. Currently does nothing.
|
When abstracting categories to something general that just represents the structure of the category, we have to do something special with half categories, since the standard abstraction routine expects the children of a complex category to be atomic or complex categories themselves. |
For the sake of efficiency, override this and don't use isinstance. This gets called a LOT of times!
|
For the sake of efficiency, override this and don't use isinstance. This gets called a LOT of times! This works because the category classes in this formalism all define ATOMIC, so we don't need to check the type.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:57 2012 | http://epydoc.sourceforge.net |