Package nltk :: Package corpus :: Package reader :: Module propbank :: Class PropbankSplitTreePointer
[hide private]
[frames] | no frames]

type PropbankSplitTreePointer

source code

     object --+    
              |    
PropbankPointer --+
                  |
                 PropbankSplitTreePointer

Instance Methods [hide private]
 
__init__(self, pieces) source code
 
__str__(self) source code
 
__repr__(self) source code
 
select(self, tree) source code
Instance Variables [hide private]
  pieces
A list of the pieces that make up this chain.
Method Details [hide private]

__init__(self, pieces)
(Constructor)

source code 
Overrides: PropbankPointer.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)

Instance Variable Details [hide private]

pieces

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