Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 43386 invoked from network); 28 Sep 2006 12:50:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2006 12:50:45 -0000 Received: (qmail 62030 invoked by uid 500); 28 Sep 2006 12:50:42 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 61113 invoked by uid 500); 28 Sep 2006 12:50:37 -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 61101 invoked by uid 99); 28 Sep 2006 12:50:37 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2006 05:50:37 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=federico.grilli@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.166.183] ([64.233.166.183:53526] helo=py-out-1112.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 2B/51-05478-0F4CB154 for ; Thu, 28 Sep 2006 05:49:54 -0700 Received: by py-out-1112.google.com with SMTP id w49so633649pyg for ; Thu, 28 Sep 2006 05:48:55 -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=Je8uDRIfsdVTjVeKlrmKLGKb0/f3Xujd7X9KV2KgWfcibHY5+EVT0892OblICN1d8fcxaYWZrk9pd7tgQWMCzdAVahEuqVpt44k1jnwlEORXo2Ega0UDmGwDYttJ8Bg2XausEVVWLC7IUubcUDCvLoHXLrv1swBPafmQ5LLsu+U= Received: by 10.35.132.20 with SMTP id j20mr3670200pyn; Thu, 28 Sep 2006 05:48:55 -0700 (PDT) Received: by 10.35.47.20 with HTTP; Thu, 28 Sep 2006 05:48:55 -0700 (PDT) Message-ID: <18c151a70609280548k289d8999l8c52fd6bcfa82c7f@mail.gmail.com> Date: Thu, 28 Sep 2006 14:48:55 +0200 From: "federico grilli" To: java-dev@lucene.apache.org Subject: Re: Italian Analyzer In-Reply-To: <451AE753.50506@syr.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18c151a70609271342v5f617d97uc0826f356304c98f@mail.gmail.com> <451AE753.50506@syr.edu> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello Steven, thank you for answering. Yes, I know of the Snowball Italian stemmer, however I have seen that for other languages (i.e. French and German) there exist different implementations of the Porter's algorithm, so I thought my implementation could be of some interest. In any case, I'll follow the procedure for new contributions and see what happens. :) Federico 2006/9/27, Steven Rowe : > Hello Federico, > > federico grilli wrote: > > I have written an Italian analyzer based on the Porter's stemming > > algorithm as found at http://www.snowball.tartarus.org. I would like > > to contribute it to the Lucene sandbox. The classes come with thorough > > unit tests. As this is the first time I contribute to an apache > > project, I wondered how could I do to commit my work to the cvs. > > Did you know that Lucene already contains Snowball Italian stemmer code, > under contrib/snowball/? (Although I see no Italian analyzer under > contrib/analyzers/.) > > Below is a link to a ViewVC Subversion repository history page for the > stemmer code: > > http://svn.apache.org/viewvc/lucene/java/trunk/contrib/snowball/src/java/net/sf/snowball/ext/ItalianStemmer.java > > To answer your question, some useful info is here: > > > > In short, you should check out the source tree from Subversion, create a > patch containing your new code, then create a JIRA issue and attach your > patch to it. JIRA (used by the ASF for issue tracking) automatically > sends issue creation and update emails to the java-dev mailing list. > > The following three sections of the HowToContribute wiki page apply to > your situation: > > 1. Getting the source code: > > > 2. Creating a patch: > > > 3. Contributing your work: > > > Steve > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > > -- Federico Grilli -------------------- "Copyleft, all rights reversed" http://www.gnu.org/copyleft --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org