[ 
https://issues.apache.org/jira/browse/LUCENE-6462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14527828#comment-14527828
 ] 

Niki commented on LUCENE-6462:
------------------------------

When searching for a LatinStemmer, I found this link from Lucene/Solr 
https://github.com/scherziglu/solr/blob/master/solr-analysis/src/main/java/org/apache/lucene/analysis/la/LatinStemmer.java.
 
This program does not stem most words properly and also unnecessarily adds an 
'i' amongst other things.
I modified the above code to accomodate the rules of stemming in Latin.

> Latin Stemmer for lucene
> ------------------------
>
>                 Key: LUCENE-6462
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6462
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/analysis
>            Reporter: Niki
>
> In the latest lucene package there is no stemmer for Latin language. I have a 
> stemmer for latin language which is a rule based program based on the grammar 
> and rules of Latin



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to