Details
-
New Feature
-
Status: Reopened
-
Major
-
Resolution: Fixed
-
None
-
None
-
New
Description
My colleague and myself developed snowball stemmer for Serbian language recently:
https://github.com/snowballstem/snowball/blob/master/algorithms/serbian.sbl
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.
Attachments
Attachments
Activity
Dragan Ivanovic
created issue -
Dragan Ivanovic
made changes -
Field | Original Value | New Value |
---|---|---|
Description |
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. |
My colleague and myself developed snowball stemmer for Serbian language recently:
[https://github.com/snowballstem/snowball/blob/master/algorithms/serbian.sbl|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. |
Dragan Ivanovic
made changes -
Status | Open [ 1 ] | Patch Available [ 10002 ] |
Dragan Ivanovic
made changes -
Status | Patch Available [ 10002 ] | Open [ 1 ] |
Dragan Ivanovic
made changes -
Attachment | LUCENE-9313.patch [ 13010212 ] |
Dragan Ivanovic
made changes -
Status | Open [ 1 ] | Patch Available [ 10002 ] |
Robert Muir
made changes -
Fix Version/s | master (9.0) [ 12344814 ] | |
Resolution | Fixed [ 1 ] | |
Status | Patch Available [ 10002 ] | Resolved [ 5 ] |
Adrien Grand
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Anonymous
made changes -
Status | Closed [ 6 ] | Reopened [ 4 ] |
Commit c7029b12541d908e9c86f1f9946a3369aea5236a in lucene-solr's branch refs/heads/master from Robert Muir
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=c7029b1 ]
LUCENE-9313: Analyzer for Serbian language based on Snowball stemmer