|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Feature
The Feature interface provides access to a Regex Feature definition
Field Summary | |
---|---|
static int |
CONFIDENCE_FEATURE
|
static int |
CUSTOM_NORMALIZATION
|
static int |
FLOAT_FEATURE
|
static int |
INTEGER_FEATURE
|
static int |
REFERENCE_FEATURE
|
static int |
RULEID_FEATURE
|
static int |
STRING_FEATURE
|
static int |
TO_LOWER_NORMALIZATION
|
static int |
TO_UPPER_NORMALIZATION
|
static int |
TRIM_NORMALIZATION
|
Method Summary | |
---|---|
org.apache.uima.cas.Feature |
getFeature()
Get the UIMA feature value of this feature object |
java.lang.String |
getName()
Get the feature name of this feature |
int |
getType()
Get the feature type. |
java.lang.String |
getValue()
Get the feature value of this feature. |
java.lang.String |
normalize(java.lang.String input,
java.lang.String ruleId)
Get the normalization of the input string based on the specified normalization for this feature. |
Field Detail |
---|
static final int STRING_FEATURE
static final int INTEGER_FEATURE
static final int FLOAT_FEATURE
static final int REFERENCE_FEATURE
static final int CONFIDENCE_FEATURE
static final int RULEID_FEATURE
static final int CUSTOM_NORMALIZATION
static final int TO_LOWER_NORMALIZATION
static final int TO_UPPER_NORMALIZATION
static final int TRIM_NORMALIZATION
Method Detail |
---|
java.lang.String getName()
int getType()
java.lang.String getValue()
org.apache.uima.cas.Feature getFeature()
java.lang.String normalize(java.lang.String input, java.lang.String ruleId) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |