Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 86344 invoked from network); 26 Sep 2006 17:09:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2006 17:09:51 -0000 Received: (qmail 8616 invoked by uid 500); 26 Sep 2006 17:09:47 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 7804 invoked by uid 500); 26 Sep 2006 17:09:45 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 7793 invoked by uid 99); 26 Sep 2006 17:09:45 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2006 10:09:45 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=karl.wettin@gmail.com; spf=pass Authentication-Results: idunn.apache.osuosl.org header.from=karl.wettin@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 64.233.166.178 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.166.178] ([64.233.166.178:11034] helo=py-out-1112.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id D6/10-14352-8DE59154 for ; Tue, 26 Sep 2006 10:09:44 -0700 Received: by py-out-1112.google.com with SMTP id w49so2738931pyg for ; Tue, 26 Sep 2006 10:09:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=e/9IKLnNEZQHAo4s8nr2O4SLhi+Kb/7ocBFTd2jXWLkRXQq2/YmNh3y7yVvPX3GPrCQTrPzNF2Gp6YmQ5bGSMwvA1MJotTeWDxU/BHv5LzHLE6yowoyh35sPseeg0scrBvUGi6cnjMJLy9LZtL/fj3q98eL6nljH6/JB1W0/QWU= Received: by 10.35.51.19 with SMTP id d19mr1226328pyk; Tue, 26 Sep 2006 10:09:42 -0700 (PDT) Received: by 10.35.127.4 with HTTP; Tue, 26 Sep 2006 10:09:41 -0700 (PDT) Message-ID: <9fc755c20609261009q3f6b2b0dhbe4ba3418afd5a5c@mail.gmail.com> Date: Tue, 26 Sep 2006 19:09:41 +0200 From: "karl wettin" To: java-user@lucene.apache.org, "Bhavin Pandya" Subject: Re: spell checker with lucene In-Reply-To: <00cc01c6e16a$4fbedfd0$0b0310ac@bhavin> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <00cc01c6e16a$4fbedfd0$0b0310ac@bhavin> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/26/06, Bhavin Pandya wrote: > Hi, > Do anybody have idea for spell checker in java. > I want to use with lucene...but which must work well for phrases also... You are welcome to try this: https://issues.apache.org/jira/browse/LUCENE-626 it is good with phrases, is trained by (matching) user queries, so you need a bit of user traffic for it to work. Perhaps you can use it as a suplement to the ngram spell checker in contrib. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org