class documentation
class DirectedBinaryCombinator: (source)
Known subclasses: nltk.ccg.combinator.BackwardCombinator
, nltk.ccg.combinator.ForwardCombinator
Wrapper for the undirected binary combinator. It takes left and right categories, and decides which is to be the function, and which the argument. It then decides whether or not they can be combined.
Method | can |
Undocumented |
Method | combine |
Undocumented |