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 3CA9F17D44 for ; Wed, 7 Jan 2015 15:49:07 +0000 (UTC) Received: (qmail 17113 invoked by uid 500); 7 Jan 2015 15:49:08 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 17070 invoked by uid 500); 7 Jan 2015 15:49:08 -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 17051 invoked by uid 99); 7 Jan 2015 15:49:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2015 15:49:04 +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.217.170 as permitted sender) Received: from [209.85.217.170] (HELO mail-lb0-f170.google.com) (209.85.217.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2015 15:48:39 +0000 Received: by mail-lb0-f170.google.com with SMTP id 10so1307108lbg.15 for ; Wed, 07 Jan 2015 07:46:22 -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=r58f3W2MX4PdmF6RcIIGCGCODsAX40cm4WWaooGXVjg=; b=utlELycm11MTFHaGibq+0735VX7205jR9ylbSy+vylvgMYzq5zagepPrrzqOowATjH PWH4dcLNuVTLKVffLIh+ENUTkCaVSwtUKbqCzJZFEZjMFqJgZH5fW2S82QUgc93MbvUE /jiE1Kpl+FU0YlJSAFV4LAPyQ/3IQcZcnlLS18qsyvrPiWFu+0+fedEG7Rl7YPlwUZYL r8nYb1IGFKI1LOc7DGKUK74gojFDwFTDjgQPMZPuBUi0ZBNkuXO/fDgrEPXjVLDPrgah V2Otehmop7B66ou2pTB5TvzXf1kjYRAyhdJd3EhMlYngyQ70fBRPqAVmG1RtyhzbcDnL fP6A== X-Received: by 10.112.27.133 with SMTP id t5mr5674143lbg.45.1420645582468; Wed, 07 Jan 2015 07:46:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.17.211 with HTTP; Wed, 7 Jan 2015 07:46:02 -0800 (PST) From: Silvestre Losada Date: Wed, 7 Jan 2015 16:46:02 +0100 Message-ID: Subject: Ruta unmark tokens from given possition. To: user@uima.apache.org Content-Type: multipart/alternative; boundary=001a1133b04a4b7c6b050c11d316 X-Virus-Checked: Checked by ClamAV on apache.org --001a1133b04a4b7c6b050c11d316 Content-Type: text/plain; charset=UTF-8 HI, I'm creating a ruta script, and I want to remove all tokens that are after position X, in other words I only want to keep first X tokens. I was playing with ruta conditions, actions and I dont know how to make it. do you think is possible to do that? Kind regards. --001a1133b04a4b7c6b050c11d316--