class documentation

class PropbankSplitTreePointer(PropbankPointer): (source)

Constructor: PropbankSplitTreePointer(pieces)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method select Undocumented
Instance Variable pieces A list of the pieces that make up this chain. Elements are all PropbankTreePointer pointers.
def __init__(self, pieces): (source)
def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

def select(self, tree): (source)

Undocumented

A list of the pieces that make up this chain. Elements are all PropbankTreePointer pointers.