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 A84FD101DE for ; Thu, 12 Feb 2015 09:13:59 +0000 (UTC) Received: (qmail 39383 invoked by uid 500); 12 Feb 2015 09:13:53 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 39341 invoked by uid 500); 12 Feb 2015 09:13:53 -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 39322 invoked by uid 99); 12 Feb 2015 09:13:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2015 09:13:53 +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 (nike.apache.org: domain of silvestre.losada@gmail.com designates 209.85.215.49 as permitted sender) Received: from [209.85.215.49] (HELO mail-la0-f49.google.com) (209.85.215.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2015 09:13:27 +0000 Received: by labms9 with SMTP id ms9so2828146lab.10 for ; Thu, 12 Feb 2015 01:12:41 -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=L1uOxpcolEGPShDkSVRfxS+qlvHPM/veoDOvm8Fvrug=; b=u3RDyZIS2oZJqtkkNpFrTIF33HgU3jH1zlsI7Ail1WRw1aRIlfw3R+IR48/3ZN60vf sJ6qsrjs7vhJrTNSJx0Yg75ROS4jQdB0RqIniS/FAqTDUIuqISNrV+9kdDOpHaMPdSG5 qgBgvyM08kHl0OcojvTzYkYabHbP9kdWDBd8411v8ObWpOMnZg2zrPk7wju5RlFL3tn1 D+wmkbg3YRPP9w13Q0gkxrZMithFW+L+AelX4QuJP9B44vxIR+N7Rivv4QkT67XvH+pZ GJIqxZ4Y69hD3sf9wP7SVGRd5KMFPv2fjRyyaTZUs0ujKLyvdEsnWl+PkYXZsf4yufpA P7OQ== X-Received: by 10.112.130.34 with SMTP id ob2mr2426295lbb.78.1423732361062; Thu, 12 Feb 2015 01:12:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.17.32 with HTTP; Thu, 12 Feb 2015 01:12:20 -0800 (PST) From: Silvestre Losada Date: Thu, 12 Feb 2015 10:12:20 +0100 Message-ID: Subject: Ruta partofneq To: user@uima.apache.org Content-Type: multipart/alternative; boundary=047d7b3a7f0aa2ed39050ee0853d X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a7f0aa2ed39050ee0853d Content-Type: text/plain; charset=UTF-8 I dont know if this is a bug or if it is wokring well. I have the following annotations. AnnotationA begin:0 ends:8 id:1 AnnotationA begin:4 ends:8 id:2 AnnotationA begin: 4 ends:8 id:3 Then if apply the following ruta (AnnotationA{-> UNMARK(AnnotationA)}){PARTOFNEQ(AnnotationA)}; The output is AnnotationA begin:0 ends:8 id:1 AnnotationA begin: 4 ends:8 id:3 I expect that annotations with id 2 and 3 will be removed. Is there any way to remove both Kind regards --047d7b3a7f0aa2ed39050ee0853d--