From user-return-6297-apmail-uima-user-archive=uima.apache.org@uima.apache.org Sat Jan 24 21:27:50 2015 Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A5AE10CBF for ; Sat, 24 Jan 2015 21:27:50 +0000 (UTC) Received: (qmail 34473 invoked by uid 500); 24 Jan 2015 21:27:50 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 34426 invoked by uid 500); 24 Jan 2015 21:27:50 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 34411 invoked by uid 99); 24 Jan 2015 21:27:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jan 2015 21:27:49 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jtatria@gmail.com designates 209.85.220.47 as permitted sender) Received: from [209.85.220.47] (HELO mail-pa0-f47.google.com) (209.85.220.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jan 2015 21:27:44 +0000 Received: by mail-pa0-f47.google.com with SMTP id lj1so4071472pab.6 for ; Sat, 24 Jan 2015 13:25:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=sZ1vCnztV+tinhyPw/95d4fZ5NAu2tcyb5Ukz1ENm3M=; b=jUV99Et4W+X1dPQDyiA4U64X8kX4yxvEwllOVi2d+TWrJ2cV9thg1FFm0GoXmZgkIa Ckb4F3OogD+n+YX+n71Nk+86v9xEJtABcB6wWLj/4+VRRTfcYgMV0WvFjqSUP+52dwfF mCTYtlTFQNBnotGlr5071ACcNNNxcCStZqpLe+gB5dqPBnNKRMiwkztNYBbAcoCfTGt0 81uYoS4Ii9jvX0MJ2AJXnzLhXtoydaDjHCkYe3vzvLOJ/ilrIPILSFjn6lZqxDJQpfDz ti/a0X1bVzEhu7mhgJTpQYKoQyUAeqIkGgUBODreV8lSFm86/HtTYb1V7ydg5HY0MZhZ d4rA== X-Received: by 10.68.197.161 with SMTP id iv1mr22106152pbc.147.1422134753889; Sat, 24 Jan 2015 13:25:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.66.176.193 with HTTP; Sat, 24 Jan 2015 13:25:13 -0800 (PST) From: =?UTF-8?B?Sm9zw6kgVG9tw6FzIEF0cmlh?= Date: Sat, 24 Jan 2015 16:25:13 -0500 Message-ID: Subject: Selecting all connected annotations by type. To: user@uima.apache.org Content-Type: multipart/alternative; boundary=e89a8ff1cac8d41644050d6c8c6d X-Virus-Checked: Checked by ClamAV on apache.org --e89a8ff1cac8d41644050d6c8c6d Content-Type: text/plain; charset=UTF-8 Hello all, I am looking for the best approach to select all annotations of a given type that intersect an annotation of a different type. I am aware of selectCovered and selectCovering, which, as far as I understand, will select all annotations (of a given type) that cover ranges of text which are, respectively, subsets or supersets of another annotation. Is there a similar method for annotations that cover ranges which merely _intersect_ with the range covered by a given annotation? What would the recommended way of achieving this? Any help would be apreciated. Thanks! jta. -- entia non sunt multiplicanda praeter necessitatem --e89a8ff1cac8d41644050d6c8c6d--