You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Niki (JIRA)" <ji...@apache.org> on 2015/05/05 05:01:05 UTC

[jira] [Commented] (LUCENE-6462) Latin Stemmer for lucene

    [ 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org