class documentation

To create an edge rule, make an empty base class that uses EdgeRule as the first base class, and the basic rule as the second base class. (Order matters!)

Method __init__ Undocumented
Method __str__ Undocumented
Method apply Undocumented
Instance Variable NUM_EDGES Undocumented
Instance Variable _edge Undocumented
def __init__(self, edge): (source)

Undocumented

def __str__(self): (source)

Undocumented

def apply(self, chart, grammar, *edges): (source)

Undocumented

NUM_EDGES = (source)

Undocumented

Undocumented