org.apache.ctakes.coreference.util
Class CorefConsts

java.lang.Object
  extended by org.apache.ctakes.coreference.util.CorefConsts

public class CorefConsts
extends Object


Field Summary
static double COREF_THRESHOLD
           
static String DEM
           
static String NE
           
static int NEDIST
           
static int PRODIST
           
static String PRON
           
static int SENTDIST
           
static int TOKDIST
           
 
Constructor Summary
CorefConsts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NE

public static final String NE
See Also:
Constant Field Values

DEM

public static final String DEM
See Also:
Constant Field Values

PRON

public static final String PRON
See Also:
Constant Field Values

NEDIST

public static final int NEDIST
See Also:
Constant Field Values

PRODIST

public static final int PRODIST
See Also:
Constant Field Values

TOKDIST

public static final int TOKDIST
See Also:
Constant Field Values

SENTDIST

public static final int SENTDIST
See Also:
Constant Field Values

COREF_THRESHOLD

public static final double COREF_THRESHOLD
See Also:
Constant Field Values
Constructor Detail

CorefConsts

public CorefConsts()


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.