You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2010/05/14 19:54:43 UTC

[jira] Created: (LUCENE-2463) Improve Greek analysis

Improve Greek analysis
----------------------

                 Key: LUCENE-2463
                 URL: https://issues.apache.org/jira/browse/LUCENE-2463
             Project: Lucene - Java
          Issue Type: Improvement
          Components: contrib/analyzers
            Reporter: Robert Muir
            Assignee: Robert Muir
            Priority: Minor
             Fix For: 3.1, 4.0
         Attachments: LUCENE-2463.patch

* Changed tokenstreams to CharTermAttribute
* Moved stopwords out of private String[] to a txt file (for use by Solr, etc)
* Removed TODO / fixed unicode conformance of GreekLowerCaseFilter
* Reformatted touched files to normal indentation
* Added inflectional stemmer (Ntais algorithm)

all the changes are backwards compatible with Version.

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


[jira] Updated: (LUCENE-2463) Improve Greek analysis

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-2463:
--------------------------------

    Attachment: LUCENE-2463.patch

attached is a patch.

If no one objects, I would like to commit in a few days.

> Improve Greek analysis
> ----------------------
>
>                 Key: LUCENE-2463
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2463
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/analyzers
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 3.1, 4.0
>
>         Attachments: LUCENE-2463.patch
>
>
> * Changed tokenstreams to CharTermAttribute
> * Moved stopwords out of private String[] to a txt file (for use by Solr, etc)
> * Removed TODO / fixed unicode conformance of GreekLowerCaseFilter
> * Reformatted touched files to normal indentation
> * Added inflectional stemmer (Ntais algorithm)
> all the changes are backwards compatible with Version.

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


[jira] Resolved: (LUCENE-2463) Improve Greek analysis

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir resolved LUCENE-2463.
---------------------------------

    Resolution: Fixed

Committed revision 945090 (trunk) / 945097 (3x)

> Improve Greek analysis
> ----------------------
>
>                 Key: LUCENE-2463
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2463
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/analyzers
>            Reporter: Robert Muir
>            Assignee: Robert Muir
>            Priority: Minor
>             Fix For: 3.1, 4.0
>
>         Attachments: LUCENE-2463.patch
>
>
> * Changed tokenstreams to CharTermAttribute
> * Moved stopwords out of private String[] to a txt file (for use by Solr, etc)
> * Removed TODO / fixed unicode conformance of GreekLowerCaseFilter
> * Reformatted touched files to normal indentation
> * Added inflectional stemmer (Ntais algorithm)
> all the changes are backwards compatible with Version.

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