Package nltk :: Package ccg :: Module combinator :: Class BackwardCombinator
[hide private]
[frames] | no frames]

type BackwardCombinator

source code

              object --+    
                       |    
DirectedBinaryCombinator --+
                           |
                          BackwardCombinator

The backward equivalent of the ForwardCombinator class.

Instance Methods [hide private]
 
__init__(self, combinator, predicate, suffix='') source code
 
can_combine(self, left, right) source code
 
combine(self, left, right) source code
 
__str__(self) source code
Method Details [hide private]

__init__(self, combinator, predicate, suffix='')
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

can_combine(self, left, right)

source code 
Overrides: DirectedBinaryCombinator.can_combine

combine(self, left, right)

source code 
Overrides: DirectedBinaryCombinator.combine

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)