opennlp.tools.coref
Class LinkerMode

java.lang.Object
  extended by opennlp.tools.coref.LinkerMode

public class LinkerMode
extends java.lang.Object

Enumeration of modes in which a linker can run.


Field Summary
static LinkerMode EVAL
          Evaluation mode, used to evaluate identifed coreference relationships based on annotatoed text.
static LinkerMode SIM
          Trianing mode, used to learn coreference relationships in annotatoed text.
static LinkerMode TEST
          Testing mode, used to identify coreference relationships in un-annotatoed text.
static LinkerMode TRAIN
          Trianing mode, used to learn coreference relationships in annotatoed text.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEST

public static final LinkerMode TEST
Testing mode, used to identify coreference relationships in un-annotatoed text.


TRAIN

public static final LinkerMode TRAIN
Trianing mode, used to learn coreference relationships in annotatoed text.


EVAL

public static final LinkerMode EVAL
Evaluation mode, used to evaluate identifed coreference relationships based on annotatoed text.


SIM

public static final LinkerMode SIM
Trianing mode, used to learn coreference relationships in annotatoed text.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.