| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rule | |
|---|---|
| marf.nlp.Parsing.GrammarCompiler | |
| Uses of Rule in marf.nlp.Parsing.GrammarCompiler | 
|---|
| Subclasses of Rule in marf.nlp.Parsing.GrammarCompiler | |
|---|---|
 class | 
ProbabilisticRule
Probabilistic Rule encapsulates a rule of a probabilistic grammar, which is amended with probabilities.  | 
| Fields in marf.nlp.Parsing.GrammarCompiler declared as Rule | |
|---|---|
protected  Rule | 
GrammarCompiler.oRule
Current grammar rule.  | 
| Methods in marf.nlp.Parsing.GrammarCompiler that return Rule | |
|---|---|
 Rule | 
Grammar.getRule(int piA,
        int piB,
        int piC)
Retrieves a grammar rule given the indices of the LHS non-terminal and two grammar elements on the RHS.  | 
 Rule | 
Grammar.getRule(java.lang.String pstrTerminal,
        int piNonTerminalIndex)
Allows querying for a grammar rule given the name of the terminal and the index of the non-terminal grammar elements.  | 
| Methods in marf.nlp.Parsing.GrammarCompiler with parameters of type Rule | |
|---|---|
 void | 
Grammar.addRule(Rule poRule)
Adds a grammar rule to the collection of rules.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||