opennlp.grok.expression
Class DominanceComputer

java.lang.Object
  |
  +--opennlp.grok.expression.DominanceComputer

public class DominanceComputer
extends java.lang.Object

Computes the dominance relationships between different arguments in a Denoter.

Version:
$Revision: 1.1.1.1 $, $Date: 2001/10/23 15:17:51 $
Author:
Jason Baldridge

Constructor Summary
DominanceComputer()
           
 
Method Summary
 void computeDominance(LF structure)
          The entry point for computing the dominance relationships.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DominanceComputer

public DominanceComputer()
Method Detail

computeDominance

public void computeDominance(LF structure)
The entry point for computing the dominance relationships.

main

public static void main(java.lang.String[] args)
                 throws opennlp.common.structure.CatParseException


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