|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopennlp.tools.coref.LinkerMode
public class LinkerMode
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 |
|---|
public static final LinkerMode TEST
public static final LinkerMode TRAIN
public static final LinkerMode EVAL
public static final LinkerMode SIM
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||