Class UimaUtil


  • public final class UimaUtil
    extends Object
    This is a util class for uima operations.
    • Method Detail

      • 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.
        Parameters:
        cas -
        containerAnnotation -
        removeAnnotationType -