opennlp.grok.grammar
Class CustomRuleGroup

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

public class CustomRuleGroup
extends AbstractRuleGroup

A customizable set of rules.

Version:
$Revision: 1.3 $, $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
CustomRuleGroup()
           
 
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

CustomRuleGroup

public CustomRuleGroup()


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