You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (Jira)" <de...@uima.apache.org> on 2019/11/22 20:28:00 UTC

[jira] [Created] (UIMA-6151) Containment/overlap predicates for AnnotationFS

Richard Eckart de Castilho created UIMA-6151:
------------------------------------------------

             Summary: Containment/overlap predicates for AnnotationFS
                 Key: UIMA-6151
                 URL: https://issues.apache.org/jira/browse/UIMA-6151
             Project: UIMA
          Issue Type: Task
          Components: UIMA
            Reporter: Richard Eckart de Castilho


The UIMA cookbook describes how to detect containment/overlap of annotations. It would be nice to have convenience methods on AnnotationFS for such cases:
 * ann.contains(otherAnn)
 * ann.overlaps(otherAnn)
 * ann.overlapsLeft(otherAnn)
 * ann.overlapsRight(otherAnn)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)