opennlp.grok.grammar
Class BackwardTypeRaising

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

public class BackwardTypeRaising
extends AbstractTypeRaisingRule

Backward 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
BackwardTypeRaising(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

BackwardTypeRaising

public BackwardTypeRaising(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.