Uses of Class
marf.nlp.Parsing.GrammarCompiler.GrammarCompiler

Packages that use GrammarCompiler
marf.nlp.Parsing   
marf.nlp.Parsing.GrammarCompiler   
 

Uses of GrammarCompiler in marf.nlp.Parsing
 

Methods in marf.nlp.Parsing that return GrammarCompiler
 GrammarCompiler Parser.getGrammarCompiler()
          Allows querying for the grammar compiler used.
 

Methods in marf.nlp.Parsing with parameters of type GrammarCompiler
 void Parser.setGrammarCompiler(GrammarCompiler poGrammarCompiler)
          Allows setting a new grammar compiler to use.
 

Uses of GrammarCompiler in marf.nlp.Parsing.GrammarCompiler
 

Subclasses of GrammarCompiler in marf.nlp.Parsing.GrammarCompiler
 class ProbabilisticGrammarCompiler
          Probabilistic Grammar Compiler processes a grammar enhanced with probability tokens assigned to each production.
 



SourceForge Logo