Package de.julielab.genemapper
Class RejectionConstants
- java.lang.Object
-
- de.julielab.genemapper.RejectionConstants
-
public class RejectionConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringNER_CONFIDENCEstatic StringPARAM_APPROX_SINGLE_TOKENstatic StringPARAM_CONTRADICTING_GREEKstatic StringPARAM_CONTRADICTING_NUMBERstatic StringPARAM_FILTER_OUT_METHODstatic StringPARAM_NO_TOKEN_OVERLAPstatic StringRANKING_SCOREstatic StringTHRESHOLD
-
Constructor Summary
Constructors Constructor Description RejectionConstants()
-
-
-
Field Detail
-
PARAM_NO_TOKEN_OVERLAP
public static final String PARAM_NO_TOKEN_OVERLAP
- See Also:
- Constant Field Values
-
PARAM_APPROX_SINGLE_TOKEN
public static final String PARAM_APPROX_SINGLE_TOKEN
- See Also:
- Constant Field Values
-
PARAM_CONTRADICTING_NUMBER
public static final String PARAM_CONTRADICTING_NUMBER
- See Also:
- Constant Field Values
-
PARAM_CONTRADICTING_GREEK
public static final String PARAM_CONTRADICTING_GREEK
- See Also:
- Constant Field Values
-
PARAM_FILTER_OUT_METHOD
public static final String PARAM_FILTER_OUT_METHOD
- See Also:
- Constant Field Values
-
NER_CONFIDENCE
public static final String NER_CONFIDENCE
- See Also:
- Constant Field Values
-
RANKING_SCORE
public static final String RANKING_SCORE
- See Also:
- Constant Field Values
-
THRESHOLD
public static final String THRESHOLD
- See Also:
- Constant Field Values
-
-