Package nltk_lite :: Package contrib :: Package mit :: Package six863 :: Package parse :: Module category :: Class GrammarFile
[hide private]
[frames] | no frames]

Class GrammarFile

source code

object --+
         |
        GrammarFile

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
grammar(self) source code
 
earley_grammar(self) source code
 
earley_lexicon(self) source code
 
kimmo_lexicon(self) source code
 
earley_parser(self, trace=1) source code
 
apply_lines(self, lines) source code
 
apply_file(self, filename) source code

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

Static Methods [hide private]
 
read_file(filename) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)