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

2015-05-11 Thread Niki (JIRA)

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

Niki commented on LUCENE-6462:
--

Hi Professor [~chrismattmann],

As we talked about it before, submitting a request to use my modified Latin 
Stemmer.
Let me know if you need more information about what the code does.

Thanks.

 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
 Attachments: LatinStemmer.java


 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



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

2015-05-11 Thread Niki (JIRA)

 [ 
https://issues.apache.org/jira/browse/LUCENE-6462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Niki updated LUCENE-6462:
-
Attachment: LatinStemmer.java

This file is a replacement of previous LatinStemmer with extended rules 
covering different verbs and nouns.

 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
 Attachments: LatinStemmer.java


 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



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

2015-05-04 Thread Niki (JIRA)
Niki created LUCENE-6462:


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



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

2015-05-04 Thread Niki (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-6462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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