Thanks!

Certainly create a fork, raise a JIRA, and create a pull request linked to that 
JIRA.  Don’t worry too much about getting it all right the first time, we’ll 
help.

From there, tests are the first priority. As far as docs are concerned, Java 
docs are first priority and adding a brief reference to the ref guide would 
certainly be helpful.

This is the way open source grows, thanks!

Best,
Erick

> On Apr 8, 2020, at 16:57, Dragan Ivanovic <[email protected]> wrote:
> 
> Dear all,
> 
> My colleague and myself developed snowball stemmer for Serbian language
> recently:
> 
> https://github.com/snowballstem/snowball/blob/master/algorithms/serbian.sb
> 
> 
> https://snowballstem.org/algorithms/serbian/stemmer.html
> 
> We have a Serbian Lucene analyzer developed on top of that stemmer, and we 
> would like to make a contribution to Lucene. I noticed the Java version of our
> stemmer is already in place 
> (https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/java/org/tartarus/snowball/ext/SerbianStemmer.java),
> and there is already package for Serbian Analyzer, but without implementation 
> of analyzer (There is only transliteration of Latin and
> Cyrillic alphabet,  
> https://github.com/apache/lucene-solr/tree/master/lucene/analysis/common/src/java/org/apache/lucene/analysis/sr).
> 
> What is the procedure of making contribution? Should we just fork the 
> repository and create a pull request? Should we prepare some
> documentation and tests for our analyzer?
> 
> Sincerely,
> 
> Dragan Ivanovic
> 
> University of Novi Sad, Serbia
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to