| Home | Trees | Indices | Help |
|
|---|
|
|
Combinatory Categorial Grammar.
For more information see nltk/doc/contrib/ccg/ccg.pdf
|
|||
| |||
|
|||
|
UndirectedSubstitution Substitution (permutation) combinator. |
|||
| CCGChart | |||
|
UndirectedFunctionApplication Class representing function application. |
|||
|
CCGChartParser Chart parser for CCGs. |
|||
|
ForwardCombinator Class representing combinators where the primary functor is on the left. |
|||
| CCGEdge | |||
|
CCGLeafEdge Class representing leaf edges in a CCG derivation. |
|||
|
BackwardCombinator The backward equivalent of the ForwardCombinator class. |
|||
|
UndirectedBinaryCombinator Abstract class for representing a binary combinator. |
|||
|
DirectedBinaryCombinator Wrapper for the undirected binary combinator. |
|||
|
UndirectedComposition Functional composition (harmonic) combinator. |
|||
|
UndirectedTypeRaise Undirected combinator for type raising. |
|||
|
CCGLexicon Class representing a lexicon for CCG grammars. |
|||
|
|||
ForwardSubstitution = ForwardCombinator(UndirectedSubstitution
|
|||
ForwardT = ForwardCombinator(UndirectedTypeRaise(), forwardTCo
|
|||
BackwardBx = BackwardCombinator(UndirectedComposition(), backw
|
|||
BackwardComposition = BackwardCombinator(UndirectedComposition
|
|||
BackwardApplication = BackwardCombinator(UndirectedFunctionApp
|
|||
BackwardSx = BackwardCombinator(UndirectedSubstitution(), back
|
|||
ForwardComposition = ForwardCombinator(UndirectedComposition()
|
|||
ForwardApplication = ForwardCombinator(UndirectedFunctionAppli
|
|||
BackwardT = BackwardCombinator(UndirectedTypeRaise(), backward
|
|||
|
|||
ForwardSubstitution
|
ForwardT
|
BackwardBx
|
BackwardComposition
|
BackwardApplication
|
BackwardSx
|
ForwardComposition
|
ForwardApplication
|
BackwardT
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:40 2011 | http://epydoc.sourceforge.net |