Re: Italian Analyzer

2006-09-27 Thread 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Italian Analyzer

2006-09-27 Thread Chris Hostetter

: 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.

only a small subset of the Lucene community has the ability to commit
directly to the repository (svn, not cvs) but information about how to
contribute new (or modified) code can be found on the wiki...

http://wiki.apache.org/jakarta-lucene/HowToContribute



-Hoss


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Italian Analyzer

2006-09-27 Thread federico grilli

Hello everybody,

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.

Regards,
--
Federico Grilli

"Copyleft, all rights reversed" http://www.gnu.org/copyleft

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]