Uses of Class
marf.nlp.Parsing.SyntaxError

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

Uses of SyntaxError in marf.nlp.Parsing
 

Methods in marf.nlp.Parsing that throw SyntaxError
 boolean Parser.parse()
          Implements State Transition Algorithm for top-down table-driven predictive parser.
 boolean ProbabilisticParser.parse()
          Performs parse of a natural language sentence using the CYK algorithm.
 

Uses of SyntaxError in marf.nlp.Parsing.GrammarCompiler
 

Methods in marf.nlp.Parsing.GrammarCompiler that throw SyntaxError
protected  void GrammarCompiler.addNextRHSElement()
          Adds next element to the RHS of the current rule.
protected  void ProbabilisticGrammarCompiler.addNextRHSElement()
          Overridden to possibly take into consideration the probability tokens.
 void Grammar.computeFollowSets()
          Computes follow sets for all non-terminals from the non-terminals list.
protected  void GrammarCompiler.getBusted()
          Dies on unexpected grammar token type.
 



SourceForge Logo