opennlp.grok.grammar
Class ForwardTypeRaising

java.lang.Object
  |
  +--opennlp.grok.grammar.AbstractRule
        |
        +--opennlp.grok.grammar.AbstractTypeRaisingRule
              |
              +--opennlp.grok.grammar.ForwardTypeRaising
All Implemented Interfaces:
opennlp.common.parse.Rule

public class ForwardTypeRaising
extends AbstractTypeRaisingRule

Forward type-raising: X => Y/(Y\X)

Version:
$Revision: 1.8 $, $Date: 2002/09/20 22:05:42 $
Author:
Jason Baldridge

Field Summary
 
Fields inherited from class opennlp.grok.grammar.AbstractTypeRaisingRule
_arg, _embeddedSlash, _result, _upperSlash
 
Fields inherited from class opennlp.grok.grammar.AbstractRule
_name, SHOW_DEBUG
 
Constructor Summary
ForwardTypeRaising(boolean useDollar)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class opennlp.grok.grammar.AbstractTypeRaisingRule
apply, applyRule, arity
 
Methods inherited from class opennlp.grok.grammar.AbstractRule
name, showApplyInstance, showApplyInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForwardTypeRaising

public ForwardTypeRaising(boolean useDollar)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class AbstractRule


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