class documentation

class ComplexType(Type): (source)

Known subclasses: nltk.sem.logic.AnyType

Constructor: ComplexType(first, second)

View In Hierarchy

Undocumented

Method __eq__ Undocumented
Method __init__ Undocumented
Method __ne__ Undocumented
Method __str__ Undocumented
Method matches Undocumented
Method resolve Undocumented
Method str Undocumented
Instance Variable first Undocumented
Instance Variable second Undocumented

Inherited from Type:

Class Method fromstring Undocumented
Method __hash__ Undocumented
Method __repr__ Undocumented
def __eq__(self, other): (source)

Undocumented

def __init__(self, first, second): (source)

Undocumented

def __ne__(self, other): (source)

Undocumented

def __str__(self): (source)

Undocumented

def matches(self, other): (source)

Undocumented

def resolve(self, other): (source)

Undocumented

def str(self): (source)

Undocumented

Undocumented

Undocumented