Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 43690 invoked from network); 16 Feb 2007 23:11:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2007 23:11:32 -0000 Received: (qmail 73985 invoked by uid 500); 16 Feb 2007 23:11:34 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 73950 invoked by uid 500); 16 Feb 2007 23:11:34 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 73939 invoked by uid 99); 16 Feb 2007 23:11:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 15:11:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Feb 2007 15:11:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 842157141B8 for ; Fri, 16 Feb 2007 15:11:05 -0800 (PST) Message-ID: <20187860.1171667465523.JavaMail.jira@brutus> Date: Fri, 16 Feb 2007 15:11:05 -0800 (PST) From: "Adam Hiatt (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-759) Add n-gram tokenizers to contrib/analyzers In-Reply-To: <6483774.1166829861059.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473851 ] Adam Hiatt commented on LUCENE-759: ----------------------------------- Otis: this really isn't a bug. The min/max gram code I added only applied to the EdgeNGramTokenizer. I only want to generate _edge_ n-grams between the range of sizes provided. For example, with the EdgeNGramTokenizer input: abcde minGram: 1 maxGram: 3 'a ab abc' is in fact what I intended to produce. I think it makes more sense for the functionality to which you referred to be located in NGramTokenizer. > Add n-gram tokenizers to contrib/analyzers > ------------------------------------------ > > Key: LUCENE-759 > URL: https://issues.apache.org/jira/browse/LUCENE-759 > Project: Lucene - Java > Issue Type: Improvement > Components: Analysis > Reporter: Otis Gospodnetic > Priority: Minor > Attachments: LUCENE-759.patch, LUCENE-759.patch > > > It would be nice to have some n-gram-capable tokenizers in contrib/analyzers. Patch coming shortly. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org