Package opennlp.uima.util
Klasse UimaUtil
java.lang.Object
opennlp.uima.util.UimaUtil
This is a util class for uima operations.
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic final String
static final String
static final String
The beam size parameter.static final String
static final String
static final String
static final String
static final String
static final String
The model parameter.static final String
The pos feature parameter.static final String
static final String
The sentence type parameter.static final String
The token type parameter.static final String
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic void
removeAnnotations
(org.apache.uima.cas.CAS cas, org.apache.uima.cas.text.AnnotationFS containerAnnotation, org.apache.uima.cas.Type removeAnnotationType) Removes all annotations of type removeAnnotationType which are contained by annotations of type containerAnnotationType.
-
Felddetails
-
TOKEN_TYPE_PARAMETER
The token type parameter.- Siehe auch:
-
POS_FEATURE_PARAMETER
The pos feature parameter.- Siehe auch:
-
MODEL_PARAMETER
The model parameter.- Siehe auch:
-
SENTENCE_TYPE_PARAMETER
The sentence type parameter.- Siehe auch:
-
BEAM_SIZE_PARAMETER
The beam size parameter.- Siehe auch:
-
LANGUAGE_PARAMETER
- Siehe auch:
-
DICTIONARY_PARAMETER
- Siehe auch:
-
TRAINING_PARAMS_FILE_PARAMETER
- Siehe auch:
-
CUTOFF_PARAMETER
- Siehe auch:
-
ITERATIONS_PARAMETER
- Siehe auch:
-
PROBABILITY_FEATURE_PARAMETER
- Siehe auch:
-
IS_REMOVE_EXISTINGS_ANNOTAIONS
- Siehe auch:
-
ADDITIONAL_TRAINING_DATA_FILE
- Siehe auch:
-
ADDITIONAL_TRAINING_DATA_ENCODING
- Siehe auch:
-
-
Methodendetails
-
removeAnnotations
public static void removeAnnotations(org.apache.uima.cas.CAS cas, org.apache.uima.cas.text.AnnotationFS containerAnnotation, org.apache.uima.cas.Type removeAnnotationType) Removes all annotations of type removeAnnotationType which are contained by annotations of type containerAnnotationType.- Parameter:
cas
- TheCAS
to use.containerAnnotation
- TheAnnotationFS
of the container.removeAnnotationType
- Thetype
to remove annotations for.
-