opennlp.grok.unify
Class GUnifier

java.lang.Object
  |
  +--opennlp.grok.unify.GUnifier

public class GUnifier
extends java.lang.Object

A unifier for Grok categories.

Version:
$Revision: 1.8 $, $Date: 2003/01/10 19:23:25 $
Author:
Jason Baldridge

Constructor Summary
GUnifier()
           
 
Method Summary
static opennlp.common.synsem.Category unify(opennlp.common.synsem.Category c1, opennlp.common.synsem.Category c2)
           
static opennlp.common.synsem.Category unify(opennlp.common.synsem.Category c1, opennlp.common.synsem.Category c2, opennlp.common.unify.Substitution sub)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUnifier

public GUnifier()
Method Detail

unify

public static opennlp.common.synsem.Category unify(opennlp.common.synsem.Category c1,
                                                   opennlp.common.synsem.Category c2)
                                            throws opennlp.common.unify.UnifyFailure
opennlp.common.unify.UnifyFailure

unify

public static opennlp.common.synsem.Category unify(opennlp.common.synsem.Category c1,
                                                   opennlp.common.synsem.Category c2,
                                                   opennlp.common.unify.Substitution sub)
                                            throws opennlp.common.unify.UnifyFailure
opennlp.common.unify.UnifyFailure


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