You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2008/01/10 19:51:34 UTC

[jira] Resolved: (LUCENE-559) Turkish Analyzer for Lucene

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

Grant Ingersoll resolved LUCENE-559.
------------------------------------

    Resolution: Incomplete

Needs unit tests and a patch would be nice.

> Turkish Analyzer for Lucene
> ---------------------------
>
>                 Key: LUCENE-559
>                 URL: https://issues.apache.org/jira/browse/LUCENE-559
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Analysis
>            Reporter: Emre Bayram
>            Priority: Minor
>         Attachments: IndexFiles.java, SearchFiles.java, TurkishAnalyzer.java, TurkishAnalyzer.java, TurkishStemFilter.java, TurkishStemFilter.java, TurkishStemmer.java, TurkishStemmer.java
>
>
> I have developed an Analyzer for Turkish, thanks to German Language Analyzer and Brazillian Language Analyzers.
> This Turkish Analyzer supports iso-8859-9 character set(Turkish) and have a nice stop words set. I hope it can help to Turkish developers who use lucene(i searched many hours for a turkish analyzer for lucene but couldnt find, so i coded and sending it here.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


Re: [jira] Resolved: (LUCENE-559) Turkish Analyzer for Lucene

Posted by Shai Erera <se...@gmail.com>.
Why not use the SnowballAnalyzer for Turkish? Snowball recently added a
Turkish stemmer.

On Jan 10, 2008 8:51 PM, Grant Ingersoll (JIRA) <ji...@apache.org> wrote:

>
>     [
> https://issues.apache.org/jira/browse/LUCENE-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Grant Ingersoll resolved LUCENE-559.
> ------------------------------------
>
>    Resolution: Incomplete
>
> Needs unit tests and a patch would be nice.
>
> > Turkish Analyzer for Lucene
> > ---------------------------
> >
> >                 Key: LUCENE-559
> >                 URL: https://issues.apache.org/jira/browse/LUCENE-559
> >             Project: Lucene - Java
> >          Issue Type: Improvement
> >          Components: Analysis
> >            Reporter: Emre Bayram
> >            Priority: Minor
> >         Attachments: IndexFiles.java, SearchFiles.java,
> TurkishAnalyzer.java, TurkishAnalyzer.java, TurkishStemFilter.java,
> TurkishStemFilter.java, TurkishStemmer.java, TurkishStemmer.java
> >
> >
> > I have developed an Analyzer for Turkish, thanks to German Language
> Analyzer and Brazillian Language Analyzers.
> > This Turkish Analyzer supports iso-8859-9 character set(Turkish) and
> have a nice stop words set. I hope it can help to Turkish developers who use
> lucene(i searched many hours for a turkish analyzer for lucene but couldnt
> find, so i coded and sending it here.)
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>


-- 
Regards,

Shai Erera