Return-Path: X-Original-To: apmail-lucene-general-archive@www.apache.org Delivered-To: apmail-lucene-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 832B7D313 for ; Fri, 5 Oct 2012 00:03:12 +0000 (UTC) Received: (qmail 38294 invoked by uid 500); 5 Oct 2012 00:03:11 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 38235 invoked by uid 500); 5 Oct 2012 00:03:11 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Delivered-To: moderator for general@lucene.apache.org Received: (qmail 89574 invoked by uid 99); 4 Oct 2012 23:43:13 -0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of phani.vempaty@emc.com does not designate 216.139.236.26 as permitted sender) Date: Thu, 4 Oct 2012 16:42:44 -0700 (PDT) From: vempap To: general@lucene.apache.org Message-ID: <1349394164852-4011938.post@n3.nabble.com> Subject: StandardTokenizer generation from JFlex grammar MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I'm trying to generate the standard tokenizer again using the jflex specification (StandardTokenizerImpl.jflex) but I'm not able to do so due to some errors (I would like to create my own jflex file using the standard tokenizer which is why I'm trying to first generate using that to get a hang of things). I'm using jflex 1.4.3 and I ran into the following error: Error in file "" (line 64): Syntax error. HangulEx = (!(!\p{Script:Hangul}|!\p{WB:ALetter})) ({Format} | {Extend})* Also, I tried installing an eclipse plugin from http://cup-lex-eclipse.sourceforge.net/ which I thought would provide options similar to JavaCC (http://eclipse-javacc.sourceforge.net/) through which we can generate classes within eclipse - but had a hard luck. Any help would be very helpful. Regards, Phani. -- View this message in context: http://lucene.472066.n3.nabble.com/StandardTokenizer-generation-from-JFlex-grammar-tp4011938.html Sent from the Lucene - General mailing list archive at Nabble.com.