nltk.ccg.BackwardCombinator

class nltk.ccg.BackwardCombinator[source]

Bases: DirectedBinaryCombinator

The backward equivalent of the ForwardCombinator class.

__init__(combinator, predicate, suffix='')[source]
can_combine(left, right)[source]
combine(left, right)[source]