Package nltk :: Package ccg :: Module api :: Class AbstractCCGCategory
[hide private]
[frames] | no frames]

type AbstractCCGCategory

source code

object --+
         |
        AbstractCCGCategory
Known Subclasses:

Interface for categories in combinatory grammars.

Instance Methods [hide private]
 
is_primitive(self) source code
 
is_function(self) source code
 
is_var(self) source code
 
substitute(self, substitutions) source code
 
can_unify(self, other) source code
 
__cmp__(self, other) source code
 
__str__(self) source code
 
__hash__(self) source code
Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)

__hash__(self)
(Hashing function)

source code 
Overrides: object.__hash__
(inherited documentation)