opennlp.grok.grammar
Class StandardRuleGroup

java.lang.Object
  |
  +--opennlp.grok.grammar.AbstractRuleGroup
        |
        +--opennlp.grok.grammar.StandardRuleGroup
All Implemented Interfaces:
opennlp.common.parse.RuleGroup

public class StandardRuleGroup
extends AbstractRuleGroup

The standard set of rules assumed for CCG (though currently lacking Substitution).

Version:
$Revision: 1.1 $, $Date: 2002/02/22 10:30:50 $
Author:
Jason Baldridge

Field Summary
 
Fields inherited from class opennlp.grok.grammar.AbstractRuleGroup
_binaryRules, _naryRules, _unaryRules
 
Constructor Summary
StandardRuleGroup()
           
 
Methods inherited from class opennlp.grok.grammar.AbstractRuleGroup
addRule, applyRules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardRuleGroup

public StandardRuleGroup()


Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.