opennlp.grok.unify
Class UnifyControl
java.lang.Object
|
+--opennlp.grok.unify.UnifyControl
- public class UnifyControl
- extends java.lang.Object
Center of command for the unification process.
- Version:
- $Revision: 1.8 $, $Date: 2002/10/31 14:18:37 $
- Author:
- Jason Baldridge
Method Summary |
static java.lang.Object |
copy(java.lang.Object o)
|
static int |
getUniqueFeatureStructureIndex()
|
static int |
getUniqueVarIndex()
|
static void |
reindex(opennlp.common.synsem.Category cat)
|
static void |
startUnifySequence()
|
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 |
UnifyControl
public UnifyControl()
startUnifySequence
public static void startUnifySequence()
reindex
public static void reindex(opennlp.common.synsem.Category cat)
getUniqueVarIndex
public static int getUniqueVarIndex()
getUniqueFeatureStructureIndex
public static int getUniqueFeatureStructureIndex()
copy
public static java.lang.Object copy(java.lang.Object o)
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.