Return-Path: Delivered-To: apmail-lucene-pylucene-dev-archive@minotaur.apache.org Received: (qmail 47945 invoked from network); 19 Jun 2009 00:36:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Jun 2009 00:36:24 -0000 Received: (qmail 49957 invoked by uid 500); 19 Jun 2009 00:36:35 -0000 Delivered-To: apmail-lucene-pylucene-dev-archive@lucene.apache.org Received: (qmail 49914 invoked by uid 500); 19 Jun 2009 00:36:35 -0000 Mailing-List: contact pylucene-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pylucene-dev@lucene.apache.org Delivered-To: mailing list pylucene-dev@lucene.apache.org Received: (qmail 49904 invoked by uid 99); 19 Jun 2009 00:36:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2009 00:36:35 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [66.51.199.98] (HELO mail10.dslextreme.com) (66.51.199.98) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 19 Jun 2009 00:36:25 +0000 Received: (qmail 6967 invoked from network); 19 Jun 2009 00:36:02 -0000 Received: from unknown (HELO ovaltofu.org) (66.159.224.220) by mail10.dslextreme.com with (DHE-RSA-AES256-SHA encrypted) SMTP; Thu, 18 Jun 2009 17:36:02 -0700 Received: from [192.168.0.6] ([192.168.0.6]) (authenticated bits=0) by ovaltofu.org (8.14.3/8.13.5) with ESMTP id n5J0aQeT010489 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 18 Jun 2009 17:36:27 -0700 (PDT) Date: Thu, 18 Jun 2009 17:36:07 -0700 (PDT) From: Andi Vajda X-X-Sender: vajda@yuzu.local Reply-To: Andi Vajda To: pylucene-dev@lucene.apache.org Subject: Re: n-gram word support In-Reply-To: Message-ID: References: User-Agent: Alpine 2.01 (OSX 1184 2008-12-16) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-MagicMail-UUID: 2a7d68c2-5c69-11de-91e6-00188bf6df8c X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 18 Jun 2009, Neha Gupta wrote: > I was wondering if there is a way to read the index and generate n-grams of > words for a document using pylucene? PyLucene just wraps Java Lucene. If there is a way to do this in Java Lucene, then use the same way with PyLucene. To find out how to do this in Java Lucene, ask the java-user@lucene.apache.org mailing list. To subscribe, see [1]. Andi.. [1] java-user-subscribe@lucene.apache.org