Return-Path: X-Original-To: apmail-opennlp-dev-archive@www.apache.org Delivered-To: apmail-opennlp-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1EF10188DF for ; Mon, 4 Jan 2016 16:39:49 +0000 (UTC) Received: (qmail 16767 invoked by uid 500); 4 Jan 2016 16:39:48 -0000 Delivered-To: apmail-opennlp-dev-archive@opennlp.apache.org Received: (qmail 16692 invoked by uid 500); 4 Jan 2016 16:39:48 -0000 Mailing-List: contact dev-help@opennlp.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@opennlp.apache.org Delivered-To: mailing list dev@opennlp.apache.org Received: (qmail 16680 invoked by uid 99); 4 Jan 2016 16:39:48 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2016 16:39:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 7F7DFC0B5F for ; Mon, 4 Jan 2016 16:39:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.347 X-Spam-Level: ** X-Spam-Status: No, score=2.347 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=cs.washington.edu Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id DsI-Rh9sPm9w for ; Mon, 4 Jan 2016 16:39:37 +0000 (UTC) Received: from mx5.cs.washington.edu (mx5.cs.washington.edu [128.208.2.106]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 933FD42A73 for ; Mon, 4 Jan 2016 16:39:37 +0000 (UTC) Received: from mx5.cs.washington.edu (localhost [127.0.0.1]) by mx5.cs.washington.edu (8.15.1/8.15.1/1.15) with ESMTP id u04GdTPr003885 for ; Mon, 4 Jan 2016 08:39:29 -0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cs.washington.edu; s=csw201206; t=1451925569; bh=gh0Ulw7pwhiN+79SCFG4YZXNBMzooUmfIJIJ8vTXUfI=; h=In-Reply-To:References:Date:Subject:From:To; b=4Xl+NwOYlPq7B7OAKeIk2MqFnTBR+lmYTEaqnO9/FGkVXysFtN/s6NPDi9rSrLixp wNTZ+WUlNAqO1sphlil+yPyPPLHLkeczTuz9bbU/rz0jL/uwSLjGMefO/2xfh3ygPi IFJ2v+/cB8bqdxqLgQGu4uBA9f2jDh+pkkQrNzso= Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) (authenticated bits=0) by mx5.cs.washington.edu (8.15.1/8.15.1/1.15) with ESMTPSA id u04GdQxc003860 (version=TLSv1.2 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 4 Jan 2016 08:39:27 -0800 Received: by mail-lb0-f174.google.com with SMTP id pv2so176494524lbb.1 for ; Mon, 04 Jan 2016 08:39:27 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.140.34 with SMTP id rd2mr32753035lbb.24.1451925565774; Mon, 04 Jan 2016 08:39:25 -0800 (PST) Received: by 10.25.15.39 with HTTP; Mon, 4 Jan 2016 08:39:25 -0800 (PST) In-Reply-To: References: Date: Mon, 4 Jan 2016 08:39:25 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: TokensRegex From: Michael Schmitz To: dev@opennlp.apache.org Content-Type: multipart/alternative; boundary=001a11c2662096a957052884c340 X-Callback: Sender verified by milter-callback 1.6.0 at mx5.cs.washington.edu. X-Callback-Status: relay [209.85.217.174] found in white list. X-Callback-Envelope-From: schmmd@cs.washington.edu --001a11c2662096a957052884c340 Content-Type: text/plain; charset=UTF-8 You could use https://github.com/knowitall/openregex or https://github.com/knowitall/openregex-scala. They are toolkit-neutral. Peace. Michael On Mon, Dec 28, 2015 at 3:56 AM, Damiano Porta wrote: > Hello, > is there a tool like http://nlp.stanford.edu/software/tokensregex.shtml in > OpenNLP? > > Thanks > Damiano > --001a11c2662096a957052884c340--