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

Class PropbankChainTreePointer

source code

     object --+    
              |    
PropbankPointer --+
                  |
                 PropbankChainTreePointer

Instance Methods [hide private]
 
__init__(self, pieces) source code
 
__str__(self)
str(x)
source code
 
__repr__(self)
repr(x)
source code
 
select(self, tree) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Instance Variables [hide private]
  pieces
A list of the pieces that make up this chain.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, pieces)
(Constructor)

source code 
Overrides: PropbankPointer.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Instance Variable Details [hide private]

pieces

A list of the pieces that make up this chain. Elements may be either PropbankSplitTreePointers or PropbankTreePointers.