opennlp.grok.knowledge
Class BrainFunctions

java.lang.Object
  |
  +--opennlp.grok.knowledge.BrainFunctions

public class BrainFunctions
extends java.lang.Object

Just ignore this. It's probably going away.

Version:
$Revision: 1.1.1.1 $, $Date: 2001/10/23 15:17:51 $
Author:
Gann Bierner

Field Summary
static int[] AVERAGE
           
static int[] COMP
           
static int ENTITY
           
static int IGNORE
           
static int KIND
           
static int[] MSS1
           
static int[] MSS2
           
 
Constructor Summary
BrainFunctions()
           
 
Method Summary
static int[] getArgumentTypes(LF lf)
           
static opennlp.common.discourse.Kind getNode(opennlp.common.structure.KB kb, opennlp.common.synsem.Abstraction c, opennlp.common.discourse.AccommodatePolicy ap)
           
static boolean isHandled(opennlp.common.synsem.Abstraction cc)
           
static boolean isHandled(LF lf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KIND

public static final int KIND

ENTITY

public static final int ENTITY

IGNORE

public static final int IGNORE

COMP

public static final int[] COMP

AVERAGE

public static final int[] AVERAGE

MSS1

public static final int[] MSS1

MSS2

public static final int[] MSS2
Constructor Detail

BrainFunctions

public BrainFunctions()
Method Detail

isHandled

public static boolean isHandled(LF lf)

isHandled

public static boolean isHandled(opennlp.common.synsem.Abstraction cc)

getArgumentTypes

public static int[] getArgumentTypes(LF lf)

getNode

public static opennlp.common.discourse.Kind getNode(opennlp.common.structure.KB kb,
                                                    opennlp.common.synsem.Abstraction c,
                                                    opennlp.common.discourse.AccommodatePolicy ap)
                                             throws opennlp.common.discourse.AccommodateException


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