Package nltk :: Package draw :: Module cfg :: Class CFGDemo
[hide private]
[frames] | no frames]

Class CFGDemo

source code

object --+
         |
        CFGDemo

Instance Methods [hide private]
 
__init__(self, grammar, text)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_init_bindings(self, top) source code
 
_init_menubar(self, parent) source code
 
_init_buttons(self, parent) source code
 
_init_grammar(self, parent) source code
 
_init_treelet(self, parent) source code
 
_init_workspace(self, parent) source code
 
reset_workspace(self) source code
 
workspace_markprod(self, production) source code
 
_markproduction(self, prod, tree=None) source code
 
_selectprod_cb(self, production) source code
 
destroy(self, *args) source code
 
mainloop(self, *args, **kwargs) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, grammar, text)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)